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 SegmentedTimelineSegmentedTimeline. getBaseTimeline()Returns our baseTimeline, ornullif none.static SegmentedTimelineSegmentedTimeline. newFifteenMinuteTimeline()Factory method to create a 15-min, 9:00 AM thought 4:00 PM, Monday through Friday SegmentedTimeline.static SegmentedTimelineSegmentedTimeline. 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 voidSegmentedTimeline. setBaseTimeline(SegmentedTimeline baseTimeline)Sets the base timeline.
-