|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
waba.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 waba.lang.Object |
toString |
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 |