Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
SegmentedTimeline |
SegmentedTimeline.getBaseTimeline()
Returns our baseTimeline, or
null 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SegmentedTimeline.setBaseTimeline(SegmentedTimeline baseTimeline)
Sets the base timeline.
|