|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--waba.fx.Rect
Rect is a rectangle.
Field Summary | |
int |
height
rectangle height |
int |
width
rectangle width |
int |
x
x position |
int |
y
y position |
Constructor Summary | |
Rect(int x,
int y,
int width,
int height)
Constructs a rectangle with the given x, y, width and height. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public int x
public int y
public int width
public int height
Constructor Detail |
public Rect(int x, int y, int width, int height)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |