Uses of Class
org.jfree.data.DatasetGroup
| Package | Description |
|---|---|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
| org.jfree.data |
Data interfaces and classes.
|
-
Uses of DatasetGroup in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return DatasetGroup Modifier and Type Method Description DatasetGroupPlot. getDatasetGroup()Returns the dataset group for the plot (not currently used). -
Uses of DatasetGroup in org.jfree.data
Methods in org.jfree.data that return DatasetGroup Modifier and Type Method Description DatasetGroupAbstractDataset. getGroup()Returns the dataset group for the dataset.DatasetGroupDataset. getGroup()Returns the dataset group.Methods in org.jfree.data with parameters of type DatasetGroup Modifier and Type Method Description voidAbstractDataset. setGroup(DatasetGroup group)Sets the dataset group for the dataset.voidDataset. setGroup(DatasetGroup group)Sets the dataset group.