Module platform
Package org.jfree.data.time
package org.jfree.data.time
-
ClassDescriptionA range specified in terms of two
java.util.Date
objects.Represents a single day in the range 1-Jan-1900 to 31-Dec-9999.A dynamic dataset.Wrapper for ajava.util.Date
object that allows it to be used as aRegularTimePeriod
.Represents an hour in a specific day.Represents a millisecond.Represents a minute.Represents a single month.A utility class for calculating moving averages of time series data.Defines a quarter (in a given year).An abstract class representing a unit of time.Represents a second in a particular day.An arbitrary period of time, measured to millisecond precision usingjava.util.Date
.A period of time measured to millisecond precision using two instances ofjava.util.Date
.Used to indicate one of three positions in a time period:START
,MIDDLE
andEND
.An exception that indicates an invalid format in a string representing a time period.Represents a time period and an associated value.A structure containing zero, one or manyTimePeriodValue
instances.A collection ofTimePeriodValues
objects.Represents a sequence of zero or more data items in the form (period, value) where 'period' is some instance of a subclass ofRegularTimePeriod
.A collection of time series objects.Represents one data item in a time series.Wrapper around a time series to convert it to a table model for use in aJTable
.A dataset for regular time periods that implements theTableXYDataset
interface.A calendar week.Represents a year in the range -9999 to 9999.