|
kAWT Version 0.30 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--java.awt.Rectangle
| Field Summary | |
int |
height
|
int |
width
|
int |
x
|
int |
y
|
| Constructor Summary | |
Rectangle(int x,
int y,
int width,
int height)
|
|
| Method Summary | |
Rectangle |
intersection(Rectangle r)
|
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public int x
public int y
public int width
public int height
| Constructor Detail |
public Rectangle(int x,
int y,
int width,
int height)
| Method Detail |
public Rectangle intersection(Rectangle r)
|
kAWT Version 0.30 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||