Class FRectangle

java.lang.Object
  |
  +--FRectangle

public class FRectangle
extends java.lang.Object


Field Summary
 float height
           
 float width
           
 float x
           
 float y
           
 
Method Summary
 boolean inside(float x, float y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x

y

public float y

width

public float width

height

public float height
Method Detail

inside

public boolean inside(float x,
                      float y)