Package | Description |
---|---|
org.jfree.chart.axis | |
org.jfree.chart.plot | |
org.jfree.chart.title |
Modifier and Type | Method and Description |
---|---|
void |
Axis.addChangeListener(AxisChangeListener listener)
Registers an object for notification of changes to the axis.
|
void |
Axis.removeChangeListener(AxisChangeListener listener)
Deregisters an object for notification of changes to the axis.
|
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. |
class |
FastScatterPlot
A fast scatter plot.
|
class |
Plot
The base class for all plots in JFreeChart.
|
class |
XYPlot
A general class for plotting data in the form of (x, y) pairs.
|
Modifier and Type | Class and Description |
---|---|
class |
PaintScaleLegend
A legend that shows a range of values and their associated colors, driven
by an underlying
PaintScale implementation. |