|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRectInt
RectInt Class
This class represents a rectangle with integer coordinates
Field Summary | |
static int |
down
Y-coordinate of the rectangle bottom |
static int |
left
X-coordinate of the rectangle left side |
static int |
right
X-coordinate of the rectangle right side |
static int |
top
Y-coordinate of the rectangle top |
Constructor Summary | |
RectInt(int top,
int left,
int down,
int right)
Constructs the rectangle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int top
public static int down
public static int left
public static int right
Constructor Detail |
public RectInt(int top, int left, int down, int right)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |