absynt
Class Position

java.lang.Object
  |
  +--absynt.Position

public class Position
extends java.lang.Object
implements java.io.Serializable

Position, fuer die Graphische Darstellung. Momentan x/y Koordinaten

Version:
$Id: Position.java,v 1.5 2000/07/18 22:12:14 unix01 Exp $
Author:
Initially provided by Martin Steffen.
See Also:
Serialized Form

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

x

public float x

y

public float y
Constructor Detail

Position

public Position(float x,
                float y)

Position

public Position()
Method Detail

equalsn

public boolean equalsn(Position otherPosition)
tests, if the two positions are near each other
Parameters:
otherPosition - the other position