gnu.x11.extension
Class Shape.ExtentsReply

java.lang.Object
  extended by gnu.x11.Data
      extended by gnu.x11.extension.Shape.ExtentsReply
Enclosing class:
Shape

public static class Shape.ExtentsReply
extends Data

Reply of Shape.extents(Window)


Field Summary
 
Fields inherited from class gnu.x11.Data
data, index, offset
 
Constructor Summary
Shape.ExtentsReply(Data data)
           
 
Method Summary
 int bounding_height()
           
 boolean bounding_shaped()
           
 int bounding_width()
           
 int bounding_x()
           
 int bounding_y()
           
 Rectangle bounding()
           
 int clip_height()
           
 boolean clip_shaped()
           
 int clip_width()
           
 int clip_x()
           
 int clip_y()
           
 Rectangle clip()
           
 java.lang.String toString()
           
 
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, 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
 

Constructor Detail

Shape.ExtentsReply

public Shape.ExtentsReply(Data data)
Method Detail

bounding_shaped

public boolean bounding_shaped()

clip_shaped

public boolean clip_shaped()

bounding_x

public int bounding_x()

bounding_y

public int bounding_y()

bounding_width

public int bounding_width()

bounding_height

public int bounding_height()

clip_x

public int clip_x()

clip_y

public int clip_y()

clip_width

public int clip_width()

clip_height

public int clip_height()

bounding

public Rectangle bounding()

clip

public Rectangle clip()

toString

public java.lang.String toString()
Overrides:
toString in class Data