Package | Description |
---|---|
org.jfree.data.xy |
A package containing the
XYDataset interface and related classes. |
Modifier and Type | Method and Description |
---|---|
XYIntervalSeries |
XYIntervalSeriesCollection.getSeries(int series)
Returns a series from the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
XYIntervalSeriesCollection.addSeries(XYIntervalSeries series)
Adds a series to the collection and sends a
DatasetChangeEvent
to all registered listeners. |
void |
XYIntervalSeriesCollection.removeSeries(XYIntervalSeries series)
Removes a series from the collection and sends a
DatasetChangeEvent to all registered listeners. |