Uses of Class
org.jfree.data.time.Minute
-
Packages that use 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(java.lang.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.
-