Package | Description |
---|---|
org.jfree.chart.plot |
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 | Method and Description |
---|---|
void |
Marker.addChangeListener(MarkerChangeListener listener)
Registers an object for notification of changes to the marker.
|
void |
Marker.removeChangeListener(MarkerChangeListener listener)
Unregisters an object for notification of changes to the marker.
|