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