Uses of Class
org.jfree.chart.event.PlotChangeEvent
Packages that use PlotChangeEvent
-
Uses of PlotChangeEvent in org.jfree.chart
Methods in org.jfree.chart with parameters of type PlotChangeEventModifier and TypeMethodDescriptionvoidJFreeChart.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
Methods in org.jfree.chart.event with parameters of type PlotChangeEventModifier and TypeMethodDescriptionvoidPlotChangeListener.plotChanged(PlotChangeEvent event) Receives notification of a plot change event. -
Uses of PlotChangeEvent in org.jfree.chart.plot
Methods in org.jfree.chart.plot with parameters of type PlotChangeEventModifier and TypeMethodDescriptionvoidPlot.notifyListeners(PlotChangeEvent event) Notifies all registered listeners that the plot has been modified.voidCombinedDomainCategoryPlot.plotChanged(PlotChangeEvent event) Receives aPlotChangeEventand responds by notifying all listeners.voidCombinedDomainXYPlot.plotChanged(PlotChangeEvent event) Receives aPlotChangeEventand responds by notifying all listeners.voidCombinedRangeCategoryPlot.plotChanged(PlotChangeEvent event) Receives aPlotChangeEventand responds by notifying all listeners.voidCombinedRangeXYPlot.plotChanged(PlotChangeEvent event) Receives aPlotChangeEventand responds by notifying all listeners.