mWaba.gui
Class RectArea

java.lang.Object
  |
  +--waba.fx.Rect
        |
        +--mWaba.gui.RectArea

public class RectArea
extends waba.fx.Rect
implements Area


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

RectArea

public RectArea(int x,
                int y,
                int w,
                int h)
Method Detail

isIn

public boolean isIn(int x,
                    int y)
Specified by:
isIn in interface Area

intersects

public boolean intersects(Area other)
Specified by:
intersects in interface Area

getDim

public waba.fx.Rect getDim()
Specified by:
getDim in interface Area