Package | Description |
---|---|
org.jfree.chart.plot | |
org.jfree.data.general | |
org.jfree.data.xy |
Modifier and Type | Method and Description |
---|---|
void |
Plot.datasetChanged(DatasetChangeEvent event)
Receives notification of a change to the plot's dataset.
|
void |
XYPlot.datasetChanged(DatasetChangeEvent event)
Receives notification of a change to the plot's dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetChangeListener.datasetChanged(DatasetChangeEvent event)
Receives notification of an dataset change event.
|
protected void |
AbstractDataset.notifyListeners(DatasetChangeEvent event)
Notifies all registered listeners that the dataset has changed.
|
Modifier and Type | Method and Description |
---|---|
void |
IntervalXYDelegate.datasetChanged(DatasetChangeEvent e)
Handles events from the dataset by recalculating the interval if
necessary.
|