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