Uses of Class
graph.DataSet

Packages that use DataSet
graph   
 

Uses of DataSet in graph
 

Subclasses of DataSet in graph
 class VectorSet
          This class is designed to hold vectors to be plotted.
 

Methods in graph that return DataSet
 DataSet Graph2D.loadFile(java.net.URL file)
          Load and Attach a DataSet from a File.
 DataSet Graph2D.loadDataSet(double[] data, int n)
          Load and Attach a DataSet from an array.
 

Methods in graph with parameters of type DataSet
 void Graph2D.attachDataSet(DataSet d)
          Attach a DataSet to the graph.
 void Graph2D.detachDataSet(DataSet d)
          Detach the DataSet from the class.
 void Axis.attachDataSet(DataSet d)
          Attach a DataSet for the Axis to manage.
 void Axis.detachDataSet(DataSet d)
          Detach an attached DataSet
protected  void Axis.attachXdata(DataSet d)
          Attach a DataSet to a Horizontal Axis
protected  void Axis.attachYdata(DataSet d)
          Attach a DataSet to a Vertical Axis