Package | Description |
---|---|
org.jfree.data.time |
Interfaces and classes for time-related data.
|
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.
|