gnu.x11
Class Window.GeometryReply

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

public static class Window.GeometryReply
extends Data

Reply of Window.geometry().


Field Summary
 Display display
           
 
Fields inherited from class gnu.x11.Data
data, index, offset
 
Constructor Summary
Window.GeometryReply(Display display, Data data)
           
 
Method Summary
 int border_width()
           
 int depth()
           
 int height()
           
 int root_id()
           
 Window root()
           
 int width()
           
 int x()
           
 int y()
           
 
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

display

public Display display
Constructor Detail

Window.GeometryReply

public Window.GeometryReply(Display display,
                            Data data)
Method Detail

depth

public int depth()

root_id

public int root_id()

root

public Window root()

x

public int x()

y

public int y()

width

public int width()

height

public int height()

border_width

public int border_width()