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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A combined category plot where the domain axis is shared.class
An extension ofXYPlot
that contains multiple subplots that share a common domain axis.class
A combined category plot where the range axis is shared.class
An extension ofXYPlot
that contains multiple subplots that share a common range axis.Methods in org.jfree.chart.plot with parameters of type PlotChangeListenerModifier and TypeMethodDescriptionvoid
Plot.addChangeListener
(PlotChangeListener listener) Registers an object for notification of changes to the plot.void
Plot.removeChangeListener
(PlotChangeListener listener) Unregisters an object for notification of changes to the plot.