com.jcraft.weirdx
Class Drawable

java.lang.Object
  extended by com.jcraft.weirdx.Drawable

public abstract class Drawable
extends java.lang.Object


Field Summary
 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
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DRAWABLE_WINDOW

public static final byte DRAWABLE_WINDOW
See Also:
Constant Field Values

DRAWABLE_PIXMAP

public static final byte DRAWABLE_PIXMAP
See Also:
Constant Field Values

UNDRAWABLE_WINDOW

public static final byte UNDRAWABLE_WINDOW
See Also:
Constant Field Values

DRAWABLE_BUFFER

public static final byte DRAWABLE_BUFFER
See Also:
Constant Field Values

type

public byte type

clss

public int clss

depth

public byte depth

bitsPerPixel

public byte bitsPerPixel

x

public int x

y

public int y

width

public int width

height

public int height

screen

public com.jcraft.weirdx.Screen screen

serialNumber

public long serialNumber
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object