| Package | Description |
|---|---|
| org.jfree.data.time |
| 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.
|