Uses of Class
org.jfree.data.xy.VectorSeries
-
Packages that use VectorSeries Package Description org.jfree.data.xy A package containing theXYDatasetinterface and related classes. -
-
Uses of VectorSeries in org.jfree.data.xy
Methods in org.jfree.data.xy that return VectorSeries Modifier and Type Method Description VectorSeries<S>VectorSeriesCollection. getSeries(int series)Returns a series from the collection.Methods in org.jfree.data.xy with parameters of type VectorSeries Modifier and Type Method Description voidVectorSeriesCollection. addSeries(VectorSeries<S> series)Adds a series to the collection and sends aDatasetChangeEventto all registered listeners.intVectorSeriesCollection. indexOf(VectorSeries<S> series)Returns the index of the specified series, or -1 if that series is not present in the dataset.booleanVectorSeriesCollection. removeSeries(VectorSeries<S> series)Removes the specified series from the collection and sends aDatasetChangeEventto all registered listeners.
-