Uses of Class org.jfree.data.time.TimeSeries

Uses in package org.jfree.data.time

Constructors with parameter type org.jfree.data.time.TimeSeries

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.

Methods with parameter type org.jfree.data.time.TimeSeries

TimeSeries
Adds or updates data from one series to another.
void
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
TimeSeries
MovingAverage.createMovingAverage(TimeSeries source, String name, int periodCount, int skip)
Creates a new TimeSeries containing moving average values for the given series.
TimeSeries
MovingAverage.createPointMovingAverage(TimeSeries source, String name, int pointCount)
Creates a new TimeSeries containing moving average values for the given series, calculated by number of points (irrespective of the 'age' of those points).
Collection
Returns a collection of time periods in the specified series, but not in this series, and therefore unique to the specified series.
void
Removes the specified series from the collection and sends a DatasetChangeEvent to all registered listeners.

Methods with return type org.jfree.data.time.TimeSeries

TimeSeries
Adds or updates data from one series to another.
TimeSeries
TimeSeries.createCopy(int start, int end)
Creates a new timeseries by copying a subset of the data in this time series.
TimeSeries
Creates a new timeseries by copying a subset of the data in this time series.
TimeSeries
MovingAverage.createMovingAverage(TimeSeries source, String name, int periodCount, int skip)
Creates a new TimeSeries containing moving average values for the given series.
TimeSeries
MovingAverage.createPointMovingAverage(TimeSeries source, String name, int pointCount)
Creates a new TimeSeries containing moving average values for the given series, calculated by number of points (irrespective of the 'age' of those points).
TimeSeries
Returns the series with the specified key, or null if there is no such series.
TimeSeries
Returns a series.