|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.gnu.glib.Boxed
|
+--org.gnu.gdk.Rectangle
| Constructor Summary | |
Rectangle(int handle)
|
|
| Method Summary | |
int |
getHeight()
|
int |
getWidth()
|
int |
getX()
|
int |
getY()
|
Rectangle |
intersect(Rectangle src1,
Rectangle src2)
|
void |
setHeight(int heigth)
|
void |
setWidth(int width)
|
void |
setX(int x)
|
void |
setY(int y)
|
Rectangle |
union(Rectangle src1,
Rectangle src2)
|
| Methods inherited from class org.gnu.glib.Boxed |
equals, getHandle |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Rectangle(int handle)
| Method Detail |
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int heigth)
public Rectangle intersect(Rectangle src1,
Rectangle src2)
public Rectangle union(Rectangle src1,
Rectangle src2)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||