Package | Description |
---|---|
org.jfree.data.general | |
org.jfree.data.xy |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSeriesDataset
An abstract implementation of the
SeriesDataset interface,
containing a mechanism for registering change listeners. |
Modifier and Type | Method and Description |
---|---|
void |
Series.addChangeListener(SeriesChangeListener listener)
Registers an object with this series, to receive notification whenever
the series changes.
|
void |
Series.removeChangeListener(SeriesChangeListener listener)
Deregisters an object, so that it not longer receives notification
whenever the series changes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIntervalXYDataset
An base class that you can use to create new implementations of the
IntervalXYDataset interface. |
class |
AbstractXYDataset
An base class that you can use to create new implementations of the
XYDataset interface. |
class |
XYSeriesCollection
Represents a collection of
XYSeries objects that can be used as a
dataset. |