Uses of Class
org.jfree.data.time.Hour
| Package | Description |
|---|---|
| org.jfree.data.time |
Interfaces and classes for time-related data.
|
-
Uses of Hour in org.jfree.data.time
Methods in org.jfree.data.time that return Hour Modifier and Type Method Description HourMinute. getHour()Returns the hour.static HourHour. parseHour(String s)Creates an Hour instance by parsing a string.Constructors in org.jfree.data.time with parameters of type Hour Constructor Description Minute(int minute, Hour hour)Constructs a new Minute.