gnu.x11
Class Window.AttributesReply

java.lang.Object
  extended by gnu.x11.Window.AttributesReply
Enclosing class:
Window

public static class Window.AttributesReply
extends java.lang.Object

Reply of Window.attributes().


Field Summary
 int all_event_masks
           
 int backing_pixel
           
 int backing_planes
           
 int backing_store
           
 int bit_gravity
           
 int colormap_id
           
 int do_not_propagate_mask
           
 boolean map_is_installed
           
 int map_state
           
 boolean override_redirect
           
 boolean save_under
           
static int UNMAPPED
           
static int UNVIEWABLE
           
static int VIEWABLE
           
 int visual_id
           
 int win_gravity
           
 int window_class
           
 int your_event_mask
           
 
Constructor Summary
Window.AttributesReply(ResponseInputStream in)
          Reads the AttributesReply data from the specified input stream.
 
Method Summary
 int map_state()
           
 boolean override_redirect()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Window.AttributesReply

public Window.AttributesReply(ResponseInputStream in)
Reads the AttributesReply data from the specified input stream.

Method Detail

map_state

public int map_state()
Returns:
valid: UNMAPPED, UNVIEWABLE, VIEWABLE

override_redirect

public boolean override_redirect()