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.
|
Modifier and Type | Method and Description |
---|---|
DatasetGroup |
Plot.getDatasetGroup()
Returns the dataset group for the plot (not currently used).
|
Modifier and Type | Method and Description |
---|---|
protected void |
Plot.setDatasetGroup(DatasetGroup group)
Sets the dataset group (not currently used).
|
Modifier and Type | Method and Description |
---|---|
DatasetGroup |
CyclicXYItemRenderer.OverwriteDataSet.getGroup()
Returns the dataset group.
|
Modifier and Type | Method and Description |
---|---|
void |
CyclicXYItemRenderer.OverwriteDataSet.setGroup(DatasetGroup group)
Does nothing.
|
Modifier and Type | Method and Description |
---|---|
DatasetGroup |
Dataset.getGroup()
Returns the dataset group.
|
DatasetGroup |
AbstractDataset.getGroup()
Returns the dataset group for the dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
Dataset.setGroup(DatasetGroup group)
Sets the dataset group.
|
void |
AbstractDataset.setGroup(DatasetGroup group)
Sets the dataset group for the dataset.
|