Uses of Class
org.jfree.data.general.DatasetGroup
Package
Description
Plot classes and related interfaces.
Plug-in renderers for the
XYPlot
class.Data interfaces and classes.
-
Uses of DatasetGroup in org.jfree.chart.plot
Modifier and TypeMethodDescriptionPlot.getDatasetGroup()
Returns the dataset group for the plot (not currently used).Modifier and TypeMethodDescriptionprotected void
Plot.setDatasetGroup
(DatasetGroup group) Sets the dataset group (not currently used). -
Uses of DatasetGroup in org.jfree.chart.renderer.xy
Modifier and TypeMethodDescriptionCyclicXYItemRenderer.OverwriteDataSet.getGroup()
Returns the dataset group.Modifier and TypeMethodDescriptionvoid
CyclicXYItemRenderer.OverwriteDataSet.setGroup
(DatasetGroup group) Does nothing. -
Uses of DatasetGroup in org.jfree.data.general
Modifier and TypeMethodDescriptionAbstractDataset.getGroup()
Returns the dataset group for the dataset.Dataset.getGroup()
Returns the dataset group.Modifier and TypeMethodDescriptionvoid
AbstractDataset.setGroup
(DatasetGroup group) Sets the dataset group for the dataset.void
Dataset.setGroup
(DatasetGroup group) Sets the dataset group.