nl.liacs.subdisc
Class DataPoint

java.lang.Object
  extended by nl.liacs.subdisc.DataPoint

public class DataPoint
extends java.lang.Object


Constructor Summary
DataPoint(float theX, float theY)
           
 
Method Summary
 boolean equals(java.lang.Object theOtherObject)
           
 float getX()
           
 float getY()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataPoint

public DataPoint(float theX,
                 float theY)
Method Detail

getX

public float getX()

getY

public float getY()

equals

public boolean equals(java.lang.Object theOtherObject)
Overrides:
equals in class java.lang.Object