Package | Description |
---|---|
org.jfree.data.xy |
A package containing the
XYDataset interface and related classes. |
Modifier and Type | Method and Description |
---|---|
VectorSeries |
VectorSeriesCollection.getSeries(int series)
Returns a series from the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
VectorSeriesCollection.addSeries(VectorSeries series)
Adds a series to the collection and sends a
DatasetChangeEvent
to all registered listeners. |
int |
VectorSeriesCollection.indexOf(VectorSeries series)
Returns the index of the specified series, or -1 if that series is not
present in the dataset.
|
boolean |
VectorSeriesCollection.removeSeries(VectorSeries series)
Removes the specified series from the collection and sends a
DatasetChangeEvent to all registered listeners. |