java.io.Serializable
public class Rectangle extends java.lang.Object implements java.io.Serializable
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 int height
public int width
public int y
public int x
public Rectangle(int x, int y, int width, int height)