Uses of Class
org.jfree.data.xy.VectorSeries
-
Uses of VectorSeries in org.jfree.data.xy
Modifier and TypeMethodDescriptionVectorSeriesCollection.getSeries
(int series) Returns a series from the collection.Modifier and TypeMethodDescriptionvoid
VectorSeriesCollection.addSeries
(VectorSeries series) Adds a series to the collection and sends aDatasetChangeEvent
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 aDatasetChangeEvent
to all registered listeners.