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