Uses of Class
org.jfree.data.time.TimePeriodValues
| Package | Description |
|---|---|
| org.jfree.data.time |
Interfaces and classes for time-related data.
|
-
Uses of TimePeriodValues in org.jfree.data.time
Methods in org.jfree.data.time that return TimePeriodValues Modifier and Type Method Description TimePeriodValuesTimePeriodValues. createCopy(int start, int end)Creates a new instance by copying a subset of the data in this collection.TimePeriodValuesTimePeriodValuesCollection. getSeries(int series)Returns a series.Methods in org.jfree.data.time with parameters of type TimePeriodValues Modifier and Type Method Description voidTimePeriodValuesCollection. addSeries(TimePeriodValues series)Adds a series to the collection.voidTimePeriodValuesCollection. removeSeries(TimePeriodValues series)Removes the specified series from the collection.Constructors in org.jfree.data.time with parameters of type TimePeriodValues Constructor Description TimePeriodValuesCollection(TimePeriodValues series)Constructs a dataset containing a single series.TimePeriodValuesCollection(TimePeriodValues series, TimeZone zone)Deprecated.TimeZone parameter is not used.