|
|||||||||
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.extension.Shape.NotifyEvent
public static class Shape.NotifyEvent
SHAPE notify event.
Field Summary | |
---|---|
static int |
code
|
int |
height
|
boolean |
shaped
|
int |
time
|
int |
width
|
int |
window_id
|
int |
x
|
int |
y
|
Method Summary | |
---|---|
int |
height()
|
int |
kind()
|
Rectangle |
rectangle()
|
boolean |
shaped()
|
int |
time()
|
int |
width()
|
int |
x()
|
int |
y()
|
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 window_id
public int x
public int y
public int width
public int height
public int time
public boolean shaped
Method Detail |
---|
public int x()
public int y()
public int width()
public int height()
public int time()
public boolean shaped()
public int kind()
Shape.BOUNDING
,
Shape.CLIP
public Rectangle rectangle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |