|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlotChangeListener | |
|---|---|
| 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 | |
|---|---|
class |
JFreeChart
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 PlotChangeListener | |
|---|---|
class |
CombinedDomainCategoryPlot
A combined category plot where the domain axis is shared. |
class |
CombinedDomainXYPlot
An extension of XYPlot that contains multiple subplots that share a
common domain axis. |
class |
CombinedRangeCategoryPlot
A combined category plot where the range axis is shared. |
class |
CombinedRangeXYPlot
An extension of XYPlot that contains multiple subplots that share a
common range axis. |
| Methods in org.jfree.chart.plot with parameters of type PlotChangeListener | |
|---|---|
void |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||