Class AndroidNativeImageLoader

java.lang.Object
com.jme3.texture.plugins.AndroidNativeImageLoader
All Implemented Interfaces:
AssetLoader

public class AndroidNativeImageLoader extends Object implements AssetLoader
Native image loader to deal with filetypes that support alpha channels.
  • Constructor Details

    • AndroidNativeImageLoader

      public AndroidNativeImageLoader()
  • Method Details

    • load

      public Image load(AssetInfo info) throws IOException
      Description copied from interface: AssetLoader
      Loads asset from the given input stream, parsing it into an application-usable object.
      Specified by:
      load in interface AssetLoader
      Parameters:
      info - the located asset
      Returns:
      An object representing the resource.
      Throws:
      IOException - If an I/O error occurs while loading