mWaba.gui
Interface Area

All Known Implementing Classes:
RectArea

public abstract interface Area


Method Summary
 waba.fx.Rect getDim()
           
 boolean intersects(Area other)
           
 boolean isIn(int x, int y)
           
 

Method Detail

isIn

public boolean isIn(int x,
                    int y)

intersects

public boolean intersects(Area other)

getDim

public waba.fx.Rect getDim()