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 DatasetGroup
Plot. 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 DatasetGroup
AbstractDataset. getGroup()
Returns the dataset group for the dataset.DatasetGroup
Dataset. getGroup()
Returns the dataset group.Methods in org.jfree.data with parameters of type DatasetGroup Modifier and Type Method Description void
AbstractDataset. setGroup(DatasetGroup group)
Sets the dataset group for the dataset.void
Dataset. setGroup(DatasetGroup group)
Sets the dataset group.