|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.x11.event.Event gnu.x11.event.GraphicsExpose
public final class GraphicsExpose
X graphics expose event.
Field Summary | |
---|---|
static int |
CODE
|
int |
count
|
int |
drawable_id
|
int |
height
|
int |
major_opcode
|
int |
minor_opcode
|
int |
width
|
int |
x
|
int |
y
|
Constructor Summary | |
---|---|
GraphicsExpose(Display display,
ResponseInputStream in)
|
Method Summary |
---|
Methods inherited from class gnu.x11.event.Event |
---|
code, seq_no, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CODE
public int drawable_id
public int x
public int y
public int width
public int height
public int minor_opcode
public int count
public int major_opcode
Constructor Detail |
---|
public GraphicsExpose(Display display, ResponseInputStream in)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |