|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fluendo.jkate.Bitmap
public class Bitmap
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 |
---|
public int width
public int height
public int bpp
public KateBitmapType type
public int palette
public byte[] pixels
public int size
public int x_offset
public int y_offset
Constructor Detail |
---|
public Bitmap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |