|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--waba.fx.Rect | +--mWaba.gui.RectArea
Fields inherited from class waba.fx.Rect |
height,
width,
x,
y |
Constructor Summary | |
RectArea(int x,
int y,
int w,
int h)
|
Method Summary | |
waba.fx.Rect |
getDim()
|
boolean |
intersects(Area other)
|
boolean |
isIn(int x,
int y)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RectArea(int x, int y, int w, int h)
Method Detail |
public boolean isIn(int x, int y)
public boolean intersects(Area other)
public waba.fx.Rect getDim()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |