com.jcraft.weirdx

Class Drawable


public abstract class Drawable
extends com.jcraft.weirdx.Resource

Field Summary

static byte
DRAWABLE_BUFFER
static byte
DRAWABLE_PIXMAP
static byte
DRAWABLE_WINDOW
static byte
UNDRAWABLE_WINDOW
byte
bitsPerPixel
int
clss
byte
depth
int
height
com.jcraft.weirdx.Screen
screen
long
serialNumber
byte
type
int
width
int
x
int
y

Method Summary

Methods inherited from class com.jcraft.weirdx.Resource

equals, hashCode

Field Details

DRAWABLE_BUFFER

public static final byte DRAWABLE_BUFFER
Field Value:
3

DRAWABLE_PIXMAP

public static final byte DRAWABLE_PIXMAP
Field Value:
1

DRAWABLE_WINDOW

public static final byte DRAWABLE_WINDOW
Field Value:
0

UNDRAWABLE_WINDOW

public static final byte UNDRAWABLE_WINDOW
Field Value:
2

bitsPerPixel

public byte bitsPerPixel

clss

public int clss

depth

public byte depth

height

public int height

screen

public com.jcraft.weirdx.Screen screen

serialNumber

public long serialNumber

type

public byte type

width

public int width

x

public int x

y

public int y