Reputation: 747
I want to create a RegularTimePeriod object with hour,min,seconds i have,how to do this i googled and got http://www.jfree.org/jfreechart/api/javadoc/org/jfree/data/time/RegularTimePeriod.html but i dont seem to understand what RegularTimePeriod contain create one.
in short lets say i have 02:33:54 i have broken it into h=02,m=33,s=54 now can i create a regulartimeperiod object with h,m,s?if so how
if not which object can pass to TimeSeries in jfreechart to get hh:mm:ss format along x-axis
Thanks in advance
Upvotes: 1
Views: 1476