Uses of Class
org.jfree.data.time.Day

Packages that use Day
org.jfree.data.time Interfaces and classes for time-related data. 
 

Uses of Day in org.jfree.data.time
 

Methods in org.jfree.data.time that return Day
 Day Minute.getDay()
          Returns the day.
 Day Hour.getDay()
          Returns the day in which this hour falls.
static Day Day.parseDay(java.lang.String s)
          Parses the string argument as a day.
 

Constructors in org.jfree.data.time with parameters of type Day
Hour(int hour, Day day)
          Constructs a new Hour.