|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | POINTCUT | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | POINTCUT | CONSTRUCTOR | METHOD |
java.lang.Object | +--figures.Line
Field Summary | |
private Point |
_p1
|
private Point |
_p2
|
Constructor Summary | |
protected |
Line(Point p1,
Point p2)
|
Method Summary | |
boolean |
equals(Object o)
|
Point |
getP1()
|
Point |
getP2()
|
void |
incrXY(int dx,
int dy)
Affected by: DisplayUpdating, Mobility, MoveCollecting, SimpleTracing |
void |
setP1(Point p1)
Affected by: DisplayUpdating, Mobility, MoveCollecting |
void |
setP2(Point p2)
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 Point _p1
private Point _p2
Constructor Detail |
protected Line(Point p1, Point p2)
Method Detail |
public boolean equals(Object o)
public Point getP1()
public Point getP2()
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 setP1(Point p1)
after() in DisplayUpdating
.after(FigureElement) in MoveCollecting
.around() in Mobility
.public void setP2(Point p2)
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 |