|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An Area represents an arbitrarily shaped 2D area.
| Method Summary | |
Rect |
getRect(Rect dest)
Get the bounding rectangle of the area. |
boolean |
intersects(Area other)
See if this Area intersects another. |
boolean |
isIn(int x,
int y)
Check if the point is in the area. |
| Method Detail |
public boolean isIn(int x,
int y)
public boolean intersects(Area other)
public Rect getRect(Rect dest)
dest - an optional destination Rect.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||