| Package | Description |
|---|---|
| org.jfree.data.time |
| Modifier and Type | Method and Description |
|---|---|
Minute |
Second.getMinute()
Returns the minute.
|
static Minute |
Minute.parseMinute(java.lang.String s)
Creates a Minute instance by parsing a string.
|
| Constructor and Description |
|---|
Second(int second,
Minute minute)
Constructs a new Second.
|