| Package | Description |
|---|---|
| org.jfree.chart | |
| org.jfree.chart.plot |
| Modifier and Type | Class and Description |
|---|---|
class |
JFreeChart
A chart class implemented using the Java 2D APIs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CombinedDomainXYPlot
An extension of
XYPlot that contains multiple subplots that share a
common domain axis. |
class |
CombinedRangeXYPlot
An extension of
XYPlot that contains multiple subplots that share a
common range axis. |
| Modifier and Type | Method and Description |
|---|---|
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.
|