gnu.x11.extension
Class Shape.ExtentsInfo

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

public static class Shape.ExtentsInfo
extends java.lang.Object

Reply of Shape.extents(Window)


Field Summary
 int bounding_height
           
 boolean bounding_shaped
           
 int bounding_width
           
 int bounding_x
           
 int bounding_y
           
 int clip_height
           
 boolean clip_shaped
           
 int clip_width
           
 int clip_x
           
 int clip_y
           
 
Method Summary
 Rectangle bounding()
           
 Rectangle clip()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field 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
Method Detail

bounding

public Rectangle bounding()

clip

public Rectangle clip()

toString

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