Uses of Class
org.jfree.data.general.DatasetGroup
-
Packages that use DatasetGroup Package Description org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlotclass.org.jfree.data.general Data interfaces and classes. -
-
Uses of DatasetGroup in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as DatasetGroup Modifier and Type Field Description private DatasetGroupPlot. datasetGroupThe dataset group (to be used for thread synchronisation).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
Fields in org.jfree.data.general declared as DatasetGroup Modifier and Type Field Description private DatasetGroupAbstractDataset. groupThe group that the dataset belongs to.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.
-