public class Rectangle extends java.lang.Object
int
height
width
x
y
Rectangle()
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 width
public int height
public Rectangle()
public boolean contains(int X, int Y)