Uses of Interface
org.jfree.chart.event.PlotChangeListener
| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of PlotChangeListener in org.jfree.chart
Classes in org.jfree.chart that implement PlotChangeListener Modifier and Type Class Description classJFreeChartA chart class implemented using the Java 2D APIs. -
Uses of PlotChangeListener in org.jfree.chart.plot
Classes in org.jfree.chart.plot that implement PlotChangeListener Modifier and Type Class Description classCombinedDomainCategoryPlotA combined category plot where the domain axis is shared.classCombinedDomainXYPlotAn extension ofXYPlotthat contains multiple subplots that share a common domain axis.classCombinedRangeCategoryPlotA combined category plot where the range axis is shared.classCombinedRangeXYPlotAn extension ofXYPlotthat contains multiple subplots that share a common range axis.Methods in org.jfree.chart.plot with parameters of type PlotChangeListener Modifier and Type Method Description voidPlot. 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.