|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.x11.image.Image gnu.x11.image.Bitmap
public class Bitmap
Nested Class Summary |
---|
Nested classes/interfaces inherited from class gnu.x11.image.Image |
---|
Image.Format |
Field Summary | |
---|---|
static int |
FORMAT
|
int |
scanline_unit
|
int |
unit_byte_count
|
Fields inherited from class gnu.x11.image.Image |
---|
LEAST_SIGNIFICANT, LSB_FIRST, MOST_SIGNIFICANT, MSB_FIRST |
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 |
---|
get_data, get_format, get_height, get_left_pad, get_line_byte_count, get_pixmap_format, get_width |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, 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 |