Uses of Package
org.jfree.data.time
Package | Description |
---|---|
org.jfree.chart.demo | |
org.jfree.data |
Data interfaces and classes.
|
org.jfree.data.gantt |
Data interfaces and classes for Gantt charts.
|
org.jfree.data.time |
Interfaces and classes for time-related data.
|
-
Classes in org.jfree.data.time used by org.jfree.chart.demo Class Description TimeSeries Represents a sequence of zero or more data items in the form (period, value).TimeSeriesCollection A collection of time series objects. -
Classes in org.jfree.data.time used by org.jfree.data Class Description TimeSeries Represents a sequence of zero or more data items in the form (period, value).TimeSeriesCollection A collection of time series objects. -
Classes in org.jfree.data.time used by org.jfree.data.gantt Class Description TimePeriod A period of time measured to millisecond precision usingjava.util.Date
. -
Classes in org.jfree.data.time used by org.jfree.data.time Class Description Day Represents a single day in the range 1-Jan-1900 to 31-Dec-9999.Hour Represents an hour in a specific day.Minute Represents a minute.Month Represents a single month.Quarter Defines a quarter (in a given year).RegularTimePeriod An abstract class representing a unit of time.Second Represents a second in a particular day.TimePeriod A period of time measured to millisecond precision usingjava.util.Date
.TimePeriodAnchor Used to indicate one of three positions in a time period:START
,MIDDLE
andEND
.TimePeriodValue Represents a time period and an associated value.TimePeriodValues A structure containing zero, one or manyTimePeriodValue
instances.TimeSeries Represents a sequence of zero or more data items in the form (period, value).TimeSeriesDataItem Represents one data item in a time series.Week A calendar week.Year Represents a year in the range 1900 to 9999.