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