Package | Description |
---|---|
org.jfree.data.time |
Interfaces and classes for time-related data.
|
Modifier and Type | Method and Description |
---|---|
Hour |
Minute.getHour()
Returns the hour.
|
static Hour |
Hour.parseHour(java.lang.String s)
Creates an Hour instance by parsing a string.
|
Constructor and Description |
---|
Minute(int minute,
Hour hour)
Constructs a new Minute.
|