Frames | No Frames |
Methods with parameter type org.jfree.data.xy.VectorSeries | |
void | Adds a series to the collection and sends a DatasetChangeEvent
to all registered listeners. |
int | Returns the index of the specified series, or -1 if that series is not
present in the dataset. |
boolean | Removes the specified series from the collection and sends a
DatasetChangeEvent to all registered listeners. |
Methods with return type org.jfree.data.xy.VectorSeries | |
VectorSeries | VectorSeriesCollection.getSeries(int series) Returns a series from the collection. |