public class Rectangle extends Object
int
height
width
x
y
Rectangle(int width, int height)
Rectangle(int x, int y, int width, int height)
Rectangle
clone()
intersection(Rectangle r)
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int x
public int y
public int width
public int height
public Rectangle(int x, int y, int width, int height)
public Rectangle(int width, int height)
public Rectangle intersection(Rectangle r)
public Rectangle clone()
clone
Object