|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--absynt.Position
Position, fuer die Graphische Darstellung. Momentan x/y Koordinaten
Field Summary | |
float |
x
|
float |
y
|
Constructor Summary | |
Position()
|
|
Position(float x,
float y)
|
Method Summary | |
boolean |
equalsn(Position otherPosition)
tests, if the two positions are near each other |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public float x
public float y
Constructor Detail |
public Position(float x, float y)
public Position()
Method Detail |
public boolean equalsn(Position otherPosition)
otherPosition
- the other position
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |