| Package | Description |
|---|---|
| org.jfree.chart | |
| org.jfree.chart.event | |
| org.jfree.chart.plot |
| Modifier and Type | Method and Description |
|---|---|
void |
JFreeChart.plotChanged(PlotChangeEvent event)
Receives notification that the plot has changed, and passes this on to
registered listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlotChangeListener.plotChanged(PlotChangeEvent event)
Receives notification of a plot change event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plot.notifyListeners(PlotChangeEvent event)
Notifies all registered listeners that the plot has been modified.
|
void |
CombinedDomainXYPlot.plotChanged(PlotChangeEvent event)
Receives a
PlotChangeEvent and responds by notifying all
listeners. |
void |
CombinedRangeXYPlot.plotChanged(PlotChangeEvent event)
Receives a
PlotChangeEvent and responds by notifying all
listeners. |