Package | Description |
---|---|
org.jfree.data.time |
Interfaces and classes for time-related data.
|
Modifier and Type | Method and Description |
---|---|
static TimeSeriesCollection |
MovingAverage.createMovingAverage(TimeSeriesCollection source,
java.lang.String suffix,
int periodCount,
int skip)
Creates a new
TimeSeriesCollection containing a moving average
series for each series in the source collection. |
Modifier and Type | Method and Description |
---|---|
static TimeSeriesCollection |
MovingAverage.createMovingAverage(TimeSeriesCollection source,
java.lang.String suffix,
int periodCount,
int skip)
Creates a new
TimeSeriesCollection containing a moving average
series for each series in the source collection. |