Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.event |
Event classes and listener interfaces, used to provide a change
notification mechanism so that charts are automatically redrawn
whenever changes are made to any chart component.
|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
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 |
CombinedRangeXYPlot.plotChanged(PlotChangeEvent event)
Receives a
PlotChangeEvent and responds by notifying all
listeners. |
void |
CombinedRangeCategoryPlot.plotChanged(PlotChangeEvent event)
Receives a
PlotChangeEvent and responds by notifying all
listeners. |
void |
CombinedDomainXYPlot.plotChanged(PlotChangeEvent event)
Receives a
PlotChangeEvent and responds by notifying all
listeners. |
void |
CombinedDomainCategoryPlot.plotChanged(PlotChangeEvent event)
Receives a
PlotChangeEvent and responds by notifying all
listeners. |