| Frames | No Frames |
Classes implementing org.jfree.data.time.TimePeriod | |
| class | Represents a single day in the range 1-Jan-1900 to 31-Dec-9999. |
| class | Wrapper for a java.util.Date object that allows it to be used
as a RegularTimePeriod. |
| class | Represents an hour in a specific day. |
| class | Represents a millisecond. |
| class | Represents a minute. |
| class | Represents a single month. |
| class | Defines a quarter (in a given year). |
| class | An abstract class representing a unit of time. |
| class | Represents a second in a particular day. |
| class | An arbitrary period of time, measured to millisecond precision using
java.util.Date. |
| class | A calendar week. |
| class | Represents a year in the range 1900 to 9999. |
Constructors with parameter type org.jfree.data.time.TimePeriod | |
Constructs a new data item. | |
Constructs a new data pair. | |
Methods with parameter type org.jfree.data.time.TimePeriod | |
| void | Adds a new data item to the series. |
| void | Adds a new data item to the dataset. |
| void | Adds a new data item to the series. |
| void | Adds a new data item to the dataset and sends a
DatasetChangeEvent to all registered
listeners. |
| void | Removes an existing data item from the dataset. |
| void | Removes an existing data item from the dataset. |
Methods with return type org.jfree.data.time.TimePeriod | |
| TimePeriod | Returns the time period. |
| TimePeriod | TimePeriodValues.getTimePeriod(int index) Returns the time period at the specified index. |
| TimePeriod | TimeTableXYDataset.getTimePeriod(int item) Returns the time period for the specified item. |
Constructors with parameter type org.jfree.data.time.TimePeriod | |
Creates a new task. | |
Methods with parameter type org.jfree.data.time.TimePeriod | |
| void | Sets the task duration (actual or estimated). |
Methods with return type org.jfree.data.time.TimePeriod | |
| TimePeriod | Returns the duration (actual or estimated) of the task. |