|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.x11.Data
gnu.x11.event.Event
gnu.x11.event.ConfigureRequest
public class ConfigureRequest
X configure request event.
Field Summary | |
---|---|
static int |
CODE
|
Fields inherited from class gnu.x11.Data |
---|
data, index, offset |
Constructor Summary | |
---|---|
ConfigureRequest(Display display,
byte[] data)
|
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, set_window, set_window, time, toString, window_id, window |
Methods inherited from class gnu.x11.Data |
---|
byte_to_string, len, len, n, np, p, pad, read_boolean, read_double, read_float, read_string, read1, read2, read4_boolean, read4, read8, to_string, unit, unit, unit, write_string16, write_string16, write_unused, write1_unused, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write2_unused, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write3_unused, write4_unused, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write8, write8, write8, write8, write8, write8, write8, write8 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CODE
Constructor Detail |
---|
public ConfigureRequest(Display display, byte[] data)
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 |