Uses of Class
com.jrefinery.data.DatasetGroup

Packages that use DatasetGroup
com.jrefinery.chart The main classes in the JFreeChart class library. 
com.jrefinery.data Data interfaces and classes. 
 

Uses of DatasetGroup in com.jrefinery.chart
 

Methods in com.jrefinery.chart that return DatasetGroup
 DatasetGroup Plot.getDatasetGroup()
          Returns the dataset group for the plot.
 

Methods in com.jrefinery.chart with parameters of type DatasetGroup
protected  void Plot.setDatasetGroup(DatasetGroup group)
          Sets the dataset group.
 

Uses of DatasetGroup in com.jrefinery.data
 

Methods in com.jrefinery.data that return DatasetGroup
 DatasetGroup AbstractDataset.getGroup()
          Returns the dataset group for the dataset.
 DatasetGroup Dataset.getGroup()
          Returns the dataset group.
 

Methods in com.jrefinery.data with parameters of type DatasetGroup
 void AbstractDataset.setGroup(DatasetGroup group)
          Sets the dataset group for the dataset.
 void Dataset.setGroup(DatasetGroup group)
          Sets the dataset group.