|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.x11.image.Image
gnu.x11.image.Bitmap
public class Bitmap
Field Summary | |
---|---|
static int |
FORMAT
|
int |
scanline_unit
|
int |
unit_byte_count
|
Fields inherited from class gnu.x11.image.Image |
---|
data, format, height, LEAST_SIGNIFICANT, left_pad, line_byte_count, LSB_FIRST, MOST_SIGNIFICANT, MSB_FIRST, pixmap_format, width |
Constructor Summary | |
---|---|
Bitmap(Display display,
int width,
int height)
|
Method Summary | |
---|---|
void |
set(int x,
int y)
|
Methods inherited from class gnu.x11.image.Image |
---|
init |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FORMAT
public int unit_byte_count
public int scanline_unit
Constructor Detail |
---|
public Bitmap(Display display, int width, int height)
Method Detail |
---|
public void set(int x, int y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |