com.jcraft.weirdx
public abstract class Drawable extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte |
bitsPerPixel |
int |
clss |
byte |
depth |
static byte |
DRAWABLE_BUFFER |
static byte |
DRAWABLE_PIXMAP |
static byte |
DRAWABLE_WINDOW |
int |
height |
com.jcraft.weirdx.Screen |
screen |
long |
serialNumber |
byte |
type |
static byte |
UNDRAWABLE_WINDOW |
int |
width |
int |
x |
int |
y |
public static final byte DRAWABLE_WINDOW
public static final byte DRAWABLE_PIXMAP
public static final byte UNDRAWABLE_WINDOW
public static final byte DRAWABLE_BUFFER
public byte type
public int clss
public byte depth
public byte bitsPerPixel
public int x
public int y
public int width
public int height
public com.jcraft.weirdx.Screen screen
public long serialNumber