gnu.x11
Class Window.AttributesReply
java.lang.Object
gnu.x11.Window.AttributesReply
- Enclosing class:
- Window
public static class Window.AttributesReply
- extends java.lang.Object
Reply of Window.attributes()
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
backing_store
public int backing_store
visual_id
public int visual_id
window_class
public int window_class
bit_gravity
public int bit_gravity
win_gravity
public int win_gravity
backing_planes
public int backing_planes
backing_pixel
public int backing_pixel
save_under
public boolean save_under
map_is_installed
public boolean map_is_installed
map_state
public int map_state
override_redirect
public boolean override_redirect
colormap_id
public int colormap_id
all_event_masks
public int all_event_masks
your_event_mask
public int your_event_mask
do_not_propagate_mask
public int do_not_propagate_mask
UNMAPPED
public static final int UNMAPPED
- See Also:
- Constant Field Values
UNVIEWABLE
public static final int UNVIEWABLE
- See Also:
- Constant Field Values
VIEWABLE
public static final int VIEWABLE
- See Also:
- Constant Field Values
Window.AttributesReply
public Window.AttributesReply(ResponseInputStream in)
- Reads the AttributesReply data from the specified input stream.
map_state
public int map_state()
- Returns:
- valid:
UNMAPPED
,
UNVIEWABLE
,
VIEWABLE
override_redirect
public boolean override_redirect()