Frames | No Frames |
Methods with return type org.jfree.data.xy.XYSeries | |
XYSeries | MovingAverage.createMovingAverage(XYDataset source, int series, String name, double period, double skip) Creates a new XYSeries containing the moving averages of one
series in the source dataset. |
Constructors with parameter type org.jfree.data.xy.XYSeries | |
Constructs a dataset and populates it with a single series. |
Methods with parameter type org.jfree.data.xy.XYSeries | |
void | Adds a series to the collection and sends a DatasetChangeEvent
to all registered listeners. |
void | Adds a series to the collection and sends a DatasetChangeEvent
to all registered listeners. |
void | Removes a series from the collection and sends a
DatasetChangeEvent to all registered listeners. |
void | Removes a series from the collection and sends a
DatasetChangeEvent to all registered listeners. |
Methods with return type org.jfree.data.xy.XYSeries | |
XYSeries | XYSeries.createCopy(int start, int end) Creates a new series by copying a subset of the data in this time series. |
XYSeries | DefaultTableXYDataset.getSeries(int series) Returns a series. |
XYSeries | XYSeriesCollection.getSeries(int series) Returns a series from the collection. |