Package com.fluendo.jkate
Class Bitmap
- java.lang.Object
-
- com.fluendo.jkate.Bitmap
-
public class Bitmap extends java.lang.Object
A Bitmap definition.
-
-
Constructor Summary
Constructors Constructor Description Bitmap()
-
-
-
Field Detail
-
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
-
-