|
|||||||||
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.ConfigureRequest
public final class ConfigureRequest
X configure request event.
Field Summary | |
---|---|
int |
border_width
|
static int |
CODE
|
int |
height
|
int |
parent_window_id
|
int |
sibling_id
|
int |
value_mask
|
int |
width
|
int |
window_id
|
int |
x
|
int |
y
|
Constructor Summary | |
---|---|
ConfigureRequest(Display display,
ResponseInputStream in)
|
Method Summary | |
---|---|
int |
bitmask()
|
int |
border_width()
|
Window.Changes |
changes()
|
int |
height()
|
Rectangle |
rectangle()
|
int |
sibling_id()
|
int |
stack_mode()
|
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 parent_window_id
public int window_id
public int sibling_id
public int x
public int y
public int width
public int height
public int border_width
public int value_mask
Constructor Detail |
---|
public ConfigureRequest(Display display, ResponseInputStream in)
Method Detail |
---|
public Window.Changes changes()
public int stack_mode()
public int sibling_id()
public int x()
public int y()
public int width()
public int height()
public int border_width()
public int bitmask()
public Rectangle rectangle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |