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 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.Methods in org.jfree.data.time with parameters of type TimePeriodValues Modifier and Type Method Description void
TimePeriodValuesCollection. addSeries(TimePeriodValues series)
Adds a series to the collection.void
TimePeriodValuesCollection. 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.