Class Bitmap

java.lang.Object
com.fluendo.jkate.Bitmap

public class Bitmap extends Object
A Bitmap definition.
  • Field Details

    • width

      public int width
    • height

      public int height
    • bpp

      public int bpp
    • type

      public KateBitmapType type
    • palette

      public int palette
    • pixels

      public byte[] pixels
    • size

      public int size
    • x_offset

      public int x_offset
    • y_offset

      public int y_offset
  • Constructor Details

    • Bitmap

      public Bitmap()