Uses of Class
org.jfree.chart.axis.SegmentedTimeline
Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
org.jfree.chart.demo |
-
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. -
Uses of SegmentedTimeline in org.jfree.chart.demo
Methods in org.jfree.chart.demo with parameters of type SegmentedTimeline Modifier and Type Method Description static HighLowDataset
DemoDatasetFactory. createSegmentedHighLowDataset(SegmentedTimeline timeline, Date start)
Creates a sample high low dataset for a SegmentedTimeline