gnu.x11
Class Window.AttributesReply

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

public static class Window.AttributesReply
extends Data

Reply of Window.attributes().


Field Summary
static int UNMAPPED
           
static int UNVIEWABLE
           
static int VIEWABLE
           
 
Fields inherited from class gnu.x11.Data
data, index, offset
 
Constructor Summary
Window.AttributesReply(Data data)
           
 
Method Summary
 int map_state()
           
 boolean override_redirect()
           
 
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, toString, 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

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(Data data)
Method Detail

map_state

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

override_redirect

public boolean override_redirect()