构造子索引
Rectangle()
Rectangle(Dimension)
Rectangle(int, int)
Rectangle(int, int, int, int)
Rectangle(Point)
Rectangle(Point, Dimension)
Rectangle(Rectangle)
方法索引
add(int, int)
add(Point)
add(Rectangle)
contains(int, int)
contains(Point)
equals(Object)
getBounds()
getLocation()
getSize()
grow(int, int)
hashCode()
inside(int, int)
intersection(Rectangle)
intersects(Rectangle)
isEmpty()
move(int, int)
reshape(int, int, int, int)
resize(int, int)
setBounds(int, int, int, int)
setBounds(Rectangle)
setLocation(int, int)
setLocation(Point)
setSize(Dimension)
setSize(int, int)
toString()
translate(int, int)
union(Rectangle)
域索引
height
width
x
y