Uses of Interface
org.jfree.chart.event.PlotChangeListener
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Plot classes and related interfaces.
-
Uses of PlotChangeListener in org.jfree.chart
Modifier and TypeClassDescriptionclass
A chart class implemented using the Java 2D APIs. -
Uses of PlotChangeListener in org.jfree.chart.plot
Modifier 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.Modifier 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.