|
kAWT Version 0.95 | ||||||||
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 | |
void |
add(Rectangle r)
|
boolean |
contains(int px,
int py)
|
boolean |
contains(Point p)
|
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 void add(Rectangle r)
public boolean contains(Point p)
public boolean contains(int px, int py)
public Rectangle intersection(Rectangle r)
|
kAWT Version 0.95 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |