| Package | Description |
|---|---|
| org.jfree.data.time |
Interfaces and classes for time-related data.
|
| Modifier and Type | Method and Description |
|---|---|
TimePeriodValues |
TimePeriodValues.createCopy(int start,
int end)
Creates a new instance by copying a subset of the data in this
collection.
|
TimePeriodValues |
TimePeriodValuesCollection.getSeries(int series)
Returns a series.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimePeriodValuesCollection.addSeries(TimePeriodValues series)
Adds a series to the collection.
|
void |
TimePeriodValuesCollection.removeSeries(TimePeriodValues series)
Removes the specified series from the collection.
|
| Constructor and Description |
|---|
TimePeriodValuesCollection(TimePeriodValues series)
Constructs a dataset containing a single series.
|