public interface TimeSeriesCollection
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getData(int timePt)
Deprecated.
Get the data for the nth point.
|
java.lang.Class |
getDataClass()
Deprecated.
The getData() methods returns List of objects of this Class
|
int |
getNumTimes()
Deprecated.
Get number of points in the series
|
double |
getTime(int timePt)
Deprecated.
get the time of the nth point.
|
DateUnit |
getTimeUnits()
Deprecated.
Get the units of Calendar time.
|
java.lang.Class getDataClass()
int getNumTimes()
double getTime(int timePt)
DateUnit getTimeUnits()
java.lang.Object getData(int timePt)