public class Rectangle extends java.lang.Object
int
height
width
x
y
Rectangle(int x, int y, int width, int height)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int height
public int width
public int y
public int x
public Rectangle(int x, int y, int width, int height)