Class BitmapBucket


public class BitmapBucket extends TextureBucket
Renderer for a single bitmap, width and height must be power of 2.
  • Constructor Details

    • BitmapBucket

      public BitmapBucket(boolean reuseBitmap)
      Parameters:
      reuseBitmap - false if the Bitmap should be disposed after loading to texture.
  • Method Details