|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutils.Rectangle
public class Rectangle
a rectangle
Field Summary | |
---|---|
int |
xmax
|
int |
xmin
|
int |
ymax
|
int |
ymin
|
Constructor Summary | |
---|---|
Rectangle(int xmin,
int ymin,
int xmax,
int ymax)
constructor |
Method Summary | |
---|---|
void |
set(Rectangle rect)
sets the rectangle from another rectangle |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int xmin
public int ymin
public int xmax
public int ymax
Constructor Detail |
---|
public Rectangle(int xmin, int ymin, int xmax, int ymax)
xmin
- ymin
- xmax
- ymax
- Method Detail |
---|
public void set(Rectangle rect)
rect
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |