public class Rectangle extends Object
int
height
width
x
y
Rectangle(int x, int y, int width, int height)
boolean
contains(int x2, int y2)
equals, 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 boolean contains(int x2, int y2)