at.tuwien.ifs.somtoolbox.apps.helper
Class DataSetGenerator.DataPoint
java.lang.Object
at.tuwien.ifs.somtoolbox.apps.helper.DataSetGenerator.DataPoint
- Enclosing class:
- DataSetGenerator
public class DataSetGenerator.DataPoint
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private String name
point
private Point2D point
DataSetGenerator.DataPoint
public DataSetGenerator.DataPoint(String c,
double x,
double y)
getX
public double getX()
getY
public double getY()
setLocation
public void setLocation(double x,
double y)
getName
public String getName()