|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
com.sun.jna.platform.unix.X11.XWindowAttributes
public static class X11.XWindowAttributes
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.jna.Structure |
---|
com.sun.jna.Structure.ByReference, com.sun.jna.Structure.ByValue |
Field Summary | |
---|---|
com.sun.jna.NativeLong |
all_event_masks
|
com.sun.jna.NativeLong |
backing_pixel
|
com.sun.jna.NativeLong |
backing_planes
|
int |
backing_store
|
int |
bit_gravity
|
int |
border_width
|
int |
c_class
|
X11.Colormap |
colormap
|
int |
depth
|
com.sun.jna.NativeLong |
do_not_propagate_mask
|
int |
height
|
boolean |
map_installed
|
int |
map_state
|
boolean |
override_redirect
|
X11.Window |
root
|
boolean |
save_under
|
X11.Screen |
screen
|
X11.Visual |
visual
|
int |
width
|
int |
win_gravity
|
int |
x
|
int |
y
|
com.sun.jna.NativeLong |
your_event_mask
|
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE |
Constructor Summary | |
---|---|
X11.XWindowAttributes()
|
Method Summary |
---|
Methods inherited from class com.sun.jna.Structure |
---|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getFields, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int x
public int y
public int width
public int height
public int border_width
public int depth
public X11.Visual visual
public X11.Window root
public int c_class
public int bit_gravity
public int win_gravity
public int backing_store
public com.sun.jna.NativeLong backing_planes
public com.sun.jna.NativeLong backing_pixel
public boolean save_under
public X11.Colormap colormap
public boolean map_installed
public int map_state
public com.sun.jna.NativeLong all_event_masks
public com.sun.jna.NativeLong your_event_mask
public com.sun.jna.NativeLong do_not_propagate_mask
public boolean override_redirect
public X11.Screen screen
Constructor Detail |
---|
public X11.XWindowAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |