public static class IXYGraphLib.Rect extends java.lang.Object
int
height
width
x
y
Rect(int x, int y, int width, int height)
boolean
contains(int x, int y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int x
public int y
public int height
public int width
public Rect(int x, int y, int width, int height)
public boolean contains(int x, int y)