Package | Description |
---|---|
org.jfree.chart.plot | |
org.jfree.data.general | |
org.jfree.data.xy |
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 |
Dataset.addChangeListener(DatasetChangeListener listener)
Registers an object for notification of changes to the dataset.
|
void |
AbstractDataset.addChangeListener(DatasetChangeListener listener)
Registers an object to receive notification of changes to the dataset.
|
void |
Dataset.removeChangeListener(DatasetChangeListener listener)
Deregisters an object for notification of changes to the dataset.
|
void |
AbstractDataset.removeChangeListener(DatasetChangeListener listener)
Deregisters an object so that it no longer receives notification of
changes to the dataset.
|
Modifier and Type | Class and Description |
---|---|
class |
IntervalXYDelegate
A delegate that handles the specification or automatic calculation of the
interval surrounding the x-values in a dataset.
|