|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XYSeries | |
com.jrefinery.data | Data interfaces and classes. |
Uses of XYSeries in com.jrefinery.data |
Methods in com.jrefinery.data that return XYSeries | |
XYSeries |
XYSeries.createCopy(int start,
int end)
Creates a new series by copying a subset of the data in this time series. |
XYSeries |
XYSeriesCollection.getSeries(int series)
Returns a series. |
Methods in com.jrefinery.data with parameters of type XYSeries | |
void |
XYSeriesCollection.addSeries(XYSeries series)
Adds a series to the collection. |
void |
XYSeriesCollection.removeSeries(XYSeries series)
Removes a series from the collection. |
Constructors in com.jrefinery.data with parameters of type XYSeries | |
XYSeriesCollection(XYSeries series)
Constructs a dataset and populates it with a single time series. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |