Interfaces and classes for time-related data.
-
Adds or updates data from one series to another.
Creates a new timeseries by copying a subset of the data in this time
series.
Creates a new timeseries by copying a subset of the data in this time
series.
Creates a new
TimeSeries
containing moving average values for
the given series.
Creates a new
TimeSeries
containing moving average values for
the given series, calculated by number of points (irrespective of the
'age' of those points).
Returns the series with the specified key, or null
if
there is no such series.
Adds or updates data from one series to another.
void
Adds a series to the collection and sends a
DatasetChangeEvent
to
all registered listeners.
Creates a new
TimeSeries
containing moving average values for
the given series.
Creates a new
TimeSeries
containing moving average values for
the given series, calculated by number of points (irrespective of the
'age' of those points).
Returns a collection of time periods in the specified series, but not in
this series, and therefore unique to the specified series.
int
Returns the index of the specified series, or -1 if that series is not
present in the dataset.
void
Removes the specified series from the collection and sends a
DatasetChangeEvent
to all registered listeners.
Constructs a dataset containing a single series (more can be added),
tied to the default timezone.
Constructs a dataset containing a single series (more can be added),
tied to a specific timezone.
Constructs a table model for a time series.
Creates a table model based on a time series.