Class AndroidNativeImageLoader

  • All Implemented Interfaces:
    com.jme3.asset.AssetLoader

    public class AndroidNativeImageLoader
    extends java.lang.Object
    implements com.jme3.asset.AssetLoader
    Native image loader to deal with filetypes that support alpha channels.
    Author:
    iwgeric, Kirill Vainer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.jme3.texture.Image load​(com.jme3.asset.AssetInfo info)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AndroidNativeImageLoader

        public AndroidNativeImageLoader()
    • Method Detail

      • load

        public com.jme3.texture.Image load​(com.jme3.asset.AssetInfo info)
                                    throws java.io.IOException
        Specified by:
        load in interface com.jme3.asset.AssetLoader
        Throws:
        java.io.IOException