Uses of Class
org.jfree.data.general.DatasetGroup
| Package | Description |
|---|---|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
| org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
| org.jfree.data.general |
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).Methods in org.jfree.chart.plot with parameters of type DatasetGroup Modifier and Type Method Description protected voidPlot. setDatasetGroup(DatasetGroup group)Sets the dataset group (not currently used). -
Uses of DatasetGroup in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy that return DatasetGroup Modifier and Type Method Description DatasetGroupCyclicXYItemRenderer.OverwriteDataSet. getGroup()Returns the dataset group.Methods in org.jfree.chart.renderer.xy with parameters of type DatasetGroup Modifier and Type Method Description voidCyclicXYItemRenderer.OverwriteDataSet. setGroup(DatasetGroup group)Does nothing. -
Uses of DatasetGroup in org.jfree.data.general
Methods in org.jfree.data.general 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.general 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.