Uses of Class
org.jfree.chart.event.PlotChangeEvent
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.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.
Plot classes and related interfaces.
-
Uses of PlotChangeEvent in org.jfree.chart
Modifier and TypeMethodDescriptionvoid
JFreeChart.plotChanged
(PlotChangeEvent event) Receives notification that the plot has changed, and passes this on to registered listeners. -
Uses of PlotChangeEvent in org.jfree.chart.event
Modifier and TypeMethodDescriptionvoid
PlotChangeListener.plotChanged
(PlotChangeEvent event) Receives notification of a plot change event. -
Uses of PlotChangeEvent in org.jfree.chart.plot
Modifier and TypeMethodDescriptionvoid
Plot.notifyListeners
(PlotChangeEvent event) Notifies all registered listeners that the plot has been modified.void
CombinedDomainCategoryPlot.plotChanged
(PlotChangeEvent event) Receives aPlotChangeEvent
and responds by notifying all listeners.void
CombinedDomainXYPlot.plotChanged
(PlotChangeEvent event) Receives aPlotChangeEvent
and responds by notifying all listeners.void
CombinedRangeCategoryPlot.plotChanged
(PlotChangeEvent event) Receives aPlotChangeEvent
and responds by notifying all listeners.void
CombinedRangeXYPlot.plotChanged
(PlotChangeEvent event) Receives aPlotChangeEvent
and responds by notifying all listeners.