at.tuwien.ifs.somtoolbox.apps.helper
Class DataSetGenerator.DataPoint

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.apps.helper.DataSetGenerator.DataPoint
Enclosing class:
DataSetGenerator

public class DataSetGenerator.DataPoint
extends Object


Field Summary
private  String name
           
private  Point2D point
           
 
Constructor Summary
DataSetGenerator.DataPoint(String c, double x, double y)
           
 
Method Summary
 String getName()
           
 double getX()
           
 double getY()
           
 void setLocation(double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

point

private Point2D point
Constructor Detail

DataSetGenerator.DataPoint

public DataSetGenerator.DataPoint(String c,
                                  double x,
                                  double y)
Method Detail

getX

public double getX()

getY

public double getY()

setLocation

public void setLocation(double x,
                        double y)

getName

public String getName()