public class DataSetGenerator.DataPoint extends Object
private String
name
private Point2D
point
DataSetGenerator.DataPoint(String c, double x, double y)
String
getName()
double
getX()
getY()
void
setLocation(double x, double y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private String name
private Point2D point
public DataSetGenerator.DataPoint(String c, double x, double y)
public double getX()
public double getY()
public void setLocation(double x, double y)
public String getName()