Package com.jme3.texture.plugins
Class AndroidNativeImageLoader
java.lang.Object
com.jme3.texture.plugins.AndroidNativeImageLoader
- All Implemented Interfaces:
 AssetLoader
Native image loader to deal with filetypes that support alpha channels.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
AndroidNativeImageLoader
public AndroidNativeImageLoader() 
 - 
 - 
Method Details
- 
load
Description copied from interface:AssetLoaderLoads asset from the given input stream, parsing it into an application-usable object.- Specified by:
 loadin interfaceAssetLoader- Parameters:
 info- the located asset- Returns:
 - An object representing the resource.
 - Throws:
 IOException- If an I/O error occurs while loading
 
 -