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

Packages that use DataSetGenerator.DataPoint
at.tuwien.ifs.somtoolbox.apps.helper   
 

Uses of DataSetGenerator.DataPoint in at.tuwien.ifs.somtoolbox.apps.helper
 

Fields in at.tuwien.ifs.somtoolbox.apps.helper with type parameters of type DataSetGenerator.DataPoint
(package private)  Vector<DataSetGenerator.DataPoint> DataSetGenerator.allPoints
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.helper that return DataSetGenerator.DataPoint
 DataSetGenerator.DataPoint[] DataSetGenerator.getPoints()
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.helper that return types with arguments of type DataSetGenerator.DataPoint
private  Vector<DataSetGenerator.DataPoint> DataSetGenerator.generatePoints(String name, int num, double x, double y, double sigmaX, double sigmaY)
           
 

Method parameters in at.tuwien.ifs.somtoolbox.apps.helper with type arguments of type DataSetGenerator.DataPoint
private  void DataSetGenerator.makeNonNegative(Vector<DataSetGenerator.DataPoint> points)