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 java.lang.Object


Field Summary
private  java.lang.String name
           
private  java.awt.geom.Point2D point
           
 
Constructor Summary
DataSetGenerator.DataPoint(java.lang.String c, double x, double y)
           
 
Method Summary
 java.lang.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 java.lang.String name

point

private java.awt.geom.Point2D point
Constructor Detail

DataSetGenerator.DataPoint

public DataSetGenerator.DataPoint(java.lang.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 java.lang.String getName()