com.fluendo.jkate
Class Bitmap

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

public class Bitmap
extends java.lang.Object

A Bitmap definition.


Field Summary
 int bpp
           
 int height
           
 int palette
           
 byte[] pixels
           
 int size
           
 KateBitmapType type
           
 int width
           
 int x_offset
           
 int y_offset
           
 
Constructor Summary
Bitmap()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

Bitmap

public Bitmap()