Class TextureHelper


  • public final class TextureHelper
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setBitmap​(Engine engine, Texture texture, int level, int xoffset, int yoffset, int width, int height, android.graphics.Bitmap bitmap)  
      static void setBitmap​(Engine engine, Texture texture, int level, int xoffset, int yoffset, int width, int height, android.graphics.Bitmap bitmap, java.lang.Object handler, java.lang.Runnable callback)  
      static void setBitmap​(Engine engine, Texture texture, int level, android.graphics.Bitmap bitmap)  
      static void setBitmap​(Engine engine, Texture texture, int level, android.graphics.Bitmap bitmap, java.lang.Object handler, java.lang.Runnable callback)  
      • Methods inherited from class java.lang.Object

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

      • setBitmap

        public static void setBitmap​(@NonNull
                                     Engine engine,
                                     @NonNull
                                     Texture texture,
                                     @IntRange(from=0L)
                                     int level,
                                     @NonNull
                                     android.graphics.Bitmap bitmap)
      • setBitmap

        public static void setBitmap​(@NonNull
                                     Engine engine,
                                     @NonNull
                                     Texture texture,
                                     @IntRange(from=0L)
                                     int level,
                                     @NonNull
                                     android.graphics.Bitmap bitmap,
                                     java.lang.Object handler,
                                     java.lang.Runnable callback)
      • setBitmap

        public static void setBitmap​(@NonNull
                                     Engine engine,
                                     @NonNull
                                     Texture texture,
                                     @IntRange(from=0L)
                                     int level,
                                     @IntRange(from=0L)
                                     int xoffset,
                                     @IntRange(from=0L)
                                     int yoffset,
                                     @IntRange(from=0L)
                                     int width,
                                     @IntRange(from=0L)
                                     int height,
                                     @NonNull
                                     android.graphics.Bitmap bitmap)
      • setBitmap

        public static void setBitmap​(@NonNull
                                     Engine engine,
                                     @NonNull
                                     Texture texture,
                                     @IntRange(from=0L)
                                     int level,
                                     @IntRange(from=0L)
                                     int xoffset,
                                     @IntRange(from=0L)
                                     int yoffset,
                                     @IntRange(from=0L)
                                     int width,
                                     @IntRange(from=0L)
                                     int height,
                                     @NonNull
                                     android.graphics.Bitmap bitmap,
                                     java.lang.Object handler,
                                     java.lang.Runnable callback)