Uses of Interface
org.jfree.chart.event.PlotChangeListener
Packages that use PlotChangeListener
Package
Description
Core classes, including
JFreeChart and
ChartPanel.Plot classes and related interfaces.
-
Uses of PlotChangeListener in org.jfree.chart
Classes in org.jfree.chart that implement PlotChangeListenerModifier and TypeClassDescriptionclassA chart class implemented using the Java 2D APIs. -
Uses of PlotChangeListener in org.jfree.chart.plot
Classes in org.jfree.chart.plot that implement PlotChangeListenerModifier and TypeClassDescriptionclassA combined category plot where the domain axis is shared.classAn extension ofXYPlotthat contains multiple subplots that share a common domain axis.classA combined category plot where the range axis is shared.classAn extension ofXYPlotthat contains multiple subplots that share a common range axis.Methods in org.jfree.chart.plot with parameters of type PlotChangeListenerModifier and TypeMethodDescriptionvoidPlot.addChangeListener(PlotChangeListener listener) Registers an object for notification of changes to the plot.voidPlot.removeChangeListener(PlotChangeListener listener) Unregisters an object for notification of changes to the plot.