Uses of Interface
com.approximatrix.charting.model.DataSet

Packages that use DataSet
com.approximatrix.charting.model   
 

Uses of DataSet in com.approximatrix.charting.model
 

Classes in com.approximatrix.charting.model that implement DataSet
 class DefaultDataSet
          This is a default DataSet implementation.
 class EditableDataSet
          This is an editable DataSet implementation.
 

Fields in com.approximatrix.charting.model declared as DataSet
protected  DataSet[] ObjectChartDataModel.data
          The data values.
 

Constructors in com.approximatrix.charting.model with parameters of type DataSet
DefaultChartDataModel(DataSet[] ds)
          Creates a new DefaultChartDataModel using the given array of DataSets, effectively enabling the creation of DataModels with differently sized DataSets.
ObjectChartDataModel(DataSet[] ds, java.lang.Object[] columns)
          Creates a new ObjectChartDataModel using the given array of DataSets, effectively enabling the creation of DataModels with differently sized DataSets.