|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mWaba.Point
Field Summary | |
int |
x
|
int |
y
|
Constructor Summary | |
Point()
|
|
Point(int xx,
int yy)
|
Method Summary | |
void |
move(int toX,
int toY)
|
void |
translate(int dx,
int dy)
|
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
Constructor Detail |
public Point()
public Point(int xx, int yy)
Method Detail |
public void move(int toX, int toY)
public void translate(int dx, int dy)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |