Uses of Class
org.jfree.data.time.Day
-
Packages that use Day Package Description org.jfree.data.time Interfaces and classes for time-related data. -
-
Uses of Day in org.jfree.data.time
Fields in org.jfree.data.time declared as Day Modifier and Type Field Description private DayHour. dayThe day.private DayMillisecond. dayThe day.private DayMinute. dayThe day.private DaySecond. dayThe day.Methods in org.jfree.data.time that return Day Modifier and Type Method Description DayHour. getDay()Returns the day in which this hour falls.DayMinute. getDay()Returns the day.static DayDay. parseDay(java.lang.String s)Parses the string argument as a day.Constructors in org.jfree.data.time with parameters of type Day Constructor Description Hour(int hour, Day day)Constructs a new Hour.
-