Uses of Class
graphics.grapher.DataSet

Packages that use DataSet
graphics.grapher   
 

Uses of DataSet in graphics.grapher
 

Methods in graphics.grapher that return DataSet
 DataSet GraphComponent.loadDataSet(double[] data, int n)
          *************** * * Public Methods * *****************
 

Methods in graphics.grapher with parameters of type DataSet
 void GraphComponent.attachDataSet(DataSet d)
           
 void Axis.attachDataSet(DataSet d)
           
 void GraphComponent.deleteDataSet(DataSet d)
           
 void Axis.detachDataSet(DataSet d)