Uses of Class
org.jfree.chart.axis.SegmentedTimeline
-
Packages that use SegmentedTimeline Package Description org.jfree.chart.axis Axis classes and interfaces. -
-
Uses of SegmentedTimeline in org.jfree.chart.axis
Methods in org.jfree.chart.axis that return SegmentedTimeline Modifier and Type Method Description SegmentedTimeline
SegmentedTimeline. getBaseTimeline()
Returns our baseTimeline, ornull
if none.static SegmentedTimeline
SegmentedTimeline. newFifteenMinuteTimeline()
Factory method to create a 15-min, 9:00 AM thought 4:00 PM, Monday through Friday SegmentedTimeline.static SegmentedTimeline
SegmentedTimeline. newMondayThroughFridayTimeline()
Factory method to create a Monday through Friday SegmentedTimeline.Methods in org.jfree.chart.axis with parameters of type SegmentedTimeline Modifier and Type Method Description void
SegmentedTimeline. setBaseTimeline(SegmentedTimeline baseTimeline)
Sets the base timeline.
-