Uses of Interface org.jfree.data.time.TimePeriod

Uses in package org.jfree.data.time

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 item.

Methods with parameter type org.jfree.data.time.TimePeriod

void
TimePeriodValues.add(TimePeriod period, Number value)
Adds a new data item to the series and sends a SeriesChangeEvent to all registered listeners.
void
TimeTableXYDataset.add(TimePeriod period, Number y, String seriesName, boolean notify)
Adds a new data item to the dataset.
void
TimePeriodValues.add(TimePeriod period, double value)
Adds a new data item to the series and sends a SeriesChangeEvent to all registered listeners.
void
TimeTableXYDataset.add(TimePeriod period, double y, String seriesName)
Adds a new data item to the dataset and sends a DatasetChangeEvent to all registered listeners.
void
TimeTableXYDataset.remove(TimePeriod period, String seriesName)
Removes an existing data item from the dataset.
void
TimeTableXYDataset.remove(TimePeriod period, String seriesName, boolean notify)
Removes an existing data item from the dataset.

Methods with return type org.jfree.data.time.TimePeriod

TimePeriod
Returns the time period.
TimePeriod
Returns the time period at the specified index.
TimePeriod
Returns the time period for the specified item.

Uses in package org.jfree.data.gantt

Constructors with parameter type org.jfree.data.time.TimePeriod

Task.Task(String description, TimePeriod duration)
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.