Package | Description |
---|---|
org.jfree.chart.plot | |
org.jfree.data.general |
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 |
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.
|