gnu.x11.extension
Class Shape.ExtentsInfo
java.lang.Object
gnu.x11.extension.Shape.ExtentsInfo
- Enclosing class:
- Shape
public static class Shape.ExtentsInfo
- extends java.lang.Object
Reply of Shape.extents(Window)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.Object