Uses of Class
org.jfree.data.xy.XYSeries
Packages that use XYSeries
-
Uses of XYSeries in org.jfree.data.general
Methods in org.jfree.data.general that return XYSeriesModifier and TypeMethodDescriptionstatic XYSeries
DatasetUtils.sampleFunction2DToSeries
(Function2D f, double start, double end, int samples, Comparable seriesKey) Creates anXYSeries
by sampling the specified function over a fixed range. -
Uses of XYSeries in org.jfree.data.time
Methods in org.jfree.data.time that return XYSeriesModifier and TypeMethodDescriptionstatic XYSeries
MovingAverage.createMovingAverage
(XYDataset source, int series, String name, double period, double skip) Creates a newXYSeries
containing the moving averages of one series in thesource
dataset. -
Uses of XYSeries in org.jfree.data.xy
Methods in org.jfree.data.xy that return XYSeriesModifier and TypeMethodDescriptionXYSeries.createCopy
(int start, int end) Creates a new series by copying a subset of the data in this time series.DefaultTableXYDataset.getSeries
(int series) Returns a series.XYSeriesCollection.getSeries
(int series) Returns a series from the collection.XYSeriesCollection.getSeries
(Comparable key) Returns a series from the collection.Methods in org.jfree.data.xy with parameters of type XYSeriesModifier and TypeMethodDescriptionvoid
Adds a series to the collection and sends aDatasetChangeEvent
to all registered listeners.void
Adds a series to the collection and sends aDatasetChangeEvent
to all registered listeners.int
Returns the index of the specified series, or -1 if that series is not present in the dataset.void
DefaultTableXYDataset.removeSeries
(XYSeries series) Removes a series from the collection and sends aDatasetChangeEvent
to all registered listeners.void
XYSeriesCollection.removeSeries
(XYSeries series) Removes a series from the collection and sends aDatasetChangeEvent
to all registered listeners.Constructors in org.jfree.data.xy with parameters of type XYSeriesModifierConstructorDescriptionXYSeriesCollection
(XYSeries series) Constructs a dataset and populates it with a single series.