Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
org.jfree.data.gantt |
Data interfaces and classes for Gantt charts.
|
org.jfree.data.time |
Interfaces and classes for time-related data.
|
org.jfree.data.time.ohlc |
Classes for representing financial data in open-high-low-close form.
|
Class and Description |
---|
DateRange
A range specified in terms of two
java.util.Date objects. |
RegularTimePeriod
An abstract class representing a unit of time.
|
Class and Description |
---|
TimePeriod
A period of time measured to millisecond precision using two instances of
java.util.Date . |
Class and Description |
---|
Day
Represents a single day in the range 1-Jan-1900 to 31-Dec-9999.
|
DynamicTimeSeriesCollection.ValueSequence
A wrapper for a fixed array of float values.
|
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 using two instances of
java.util.Date . |
TimePeriodAnchor
Used to indicate one of three positions in a time period:
START , MIDDLE and END . |
TimePeriodValue
Represents a time period and an associated value.
|
TimePeriodValues
A structure containing zero, one or many
TimePeriodValue instances. |
TimeSeries
Represents a sequence of zero or more data items in the form (period, value)
where 'period' is some instance of a subclass of
RegularTimePeriod . |
TimeSeriesCollection
A collection of time series objects.
|
TimeSeriesDataItem
Represents one data item in a time series.
|
Week
A calendar week.
|
Year
Represents a year in the range -9999 to 9999.
|
Class and Description |
---|
RegularTimePeriod
An abstract class representing a unit of time.
|
TimePeriodAnchor
Used to indicate one of three positions in a time period:
START , MIDDLE and END . |