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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
AndroidNativeImageLoaderpublic AndroidNativeImageLoader()
 
- 
- 
Method Details- 
loadDescription copied from interface:AssetLoaderLoads asset from the given input stream, parsing it into an application-usable object.- Specified by:
- loadin interface- AssetLoader
- Parameters:
- info- the located asset
- Returns:
- An object representing the resource.
- Throws:
- IOException- If an I/O error occurs while loading
 
 
-