| Name | Description | Type | Package | Framework |
| DateRange | A range specified in terms of two java. | Class | org.jfree.data.time | JFreeChart |
|
| Day | Represents a single day in the range 1-Jan-1900 to 31-Dec-9999. | Class | org.jfree.data.time | JFreeChart |
|
| DynamicTimeSeriesCollection | Like FastTimeSeriesCollection, this class is a functional replacement for JFreeChart's TimeSeriesCollection _and_ TimeSeries classes. | Class | org.jfree.data.time | JFreeChart |
|
| FixedMillisecond | Wrapper for a java. | Class | org.jfree.data.time | JFreeChart |
|
| Hour | Represents an hour in a specific day. | Class | org.jfree.data.time | JFreeChart |
|
| Millisecond | Represents a millisecond. | Class | org.jfree.data.time | JFreeChart |
|
| Minute | Represents a minute. | Class | org.jfree.data.time | JFreeChart |
|
| Month | Represents a single month. | Class | org.jfree.data.time | JFreeChart |
|
| MovingAverage | A utility class for calculating moving averages of time series data. | Class | org.jfree.data.time | JFreeChart |
|
| OHLC | A data record containing open-high-low-close data (immutable). | Class | org.jfree.data.time.ohlc | JFreeChart |
|
| OHLCItem | An item representing data in the form (time-period, open, high, low, Since:1. | Class | org.jfree.data.time.ohlc | JFreeChart |
|
| OHLCSeries | A list of (RegularTimePeriod, open, high, low, close) data items. | Class | org.jfree.data.time.ohlc | JFreeChart |
|
| OHLCSeriesCollection | A collection of OHLCSeries objects. | Class | org.jfree.data.time.ohlc | JFreeChart |
|
| Quarter | Defines a quarter (in a given year). | Class | org.jfree.data.time | JFreeChart |
|
| RegularTimePeriod | An abstract class representing a unit of time. | Class | org.jfree.data.time | JFreeChart |
|
| Second | Represents a second in a particular day. | Class | org.jfree.data.time | JFreeChart |
|
| SimpleTimePeriod | An arbitrary period of time, measured to millisecond precision using This class is intentionally immutable (that is, once constructed, you cannot | Class | org.jfree.data.time | JFreeChart |
|
| TimePeriod | A period of time measured to millisecond precision using two instances ofReturns the end date/time. | Interface | org.jfree.data.time | JFreeChart |
|
| TimePeriodAnchor | Used to indicate one of three positions in a time period: START, MIDDLE and END. | Class | org.jfree.data.time | JFreeChart |
|
| TimePeriodFormatException | An exception that indicates an invalid format in a string representing aSee Also:Serialized Form | Class | org.jfree.data.time | JFreeChart |
|
| TimePeriodValue | Represents a time period and an associated value. | Class | org.jfree.data.time | JFreeChart |
|
| TimePeriodValues | A structure containing zero, one or many TimePeriodValue instances. | Class | org.jfree.data.time | JFreeChart |
|
| TimePeriodValuesCollection | A collection of TimePeriodValues objects. | Class | org.jfree.data.time | JFreeChart |
|
| 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. | Class | org.jfree.data.time | JFreeChart |
|
| TimeSeriesCollection | A collection of time series objects. | Class | org.jfree.data.time | JFreeChart |
|
| TimeSeriesDataItem | Represents one data item in a time series. | Class | org.jfree.data.time | JFreeChart |
|
| TimeSeriesTableModel | Wrapper around a time series to convert it to a table model for use inSee Also:Serialized Form | Class | org.jfree.data.time | JFreeChart |
|
| TimeTableXYDataset | A dataset for regular time periods that implements the TableXYDataset interface. | Class | org.jfree.data.time | JFreeChart |
|
| Week | A calendar week. | Class | org.jfree.data.time | JFreeChart |
|
| Year | Represents a year in the range -9999 to 9999. | Class | org.jfree.data.time | JFreeChart |