|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | POINTCUT | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | POINTCUT | CONSTRUCTOR | METHOD |
java.lang.Object | +--figures.Point
Field Summary | |
private int |
_x
|
private int |
_y
|
Constructor Summary | |
Point(int x,
int y)
|
Method Summary | |
boolean |
equals(Object o)
|
int |
getX()
|
int |
getY()
|
void |
incrXY(int dx,
int dy)
Affected by: DisplayUpdating, Mobility, MoveCollecting, SimpleTracing |
void |
setX(int x)
Affected by: DisplayUpdating, Mobility, MoveCollecting |
void |
setY(int y)
Affected by: DisplayUpdating, Mobility, MoveCollecting |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Field Detail |
private int _x
private int _y
Constructor Detail |
public Point(int x, int y)
Method Detail |
public boolean equals(Object o)
public int getX()
public int getY()
public void incrXY(int dx, int dy)
incrXY
in interface FigureElement
after() in DisplayUpdating
.after() in SimpleTracing
.after(FigureElement) in MoveCollecting
.around() in Mobility
.before() in SimpleTracing
.public void setX(int x)
after() in DisplayUpdating
.after(FigureElement) in MoveCollecting
.around() in Mobility
.public void setY(int y)
after() in DisplayUpdating
.after(FigureElement) in MoveCollecting
.around() in Mobility
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | CONSTRUCTOR | METHOD |