Uses of Interface
org.jfree.chart.axis.Timeline
Packages that use Timeline
-
Uses of Timeline in org.jfree.chart
Methods in org.jfree.chart with parameters of type TimelineModifier and TypeMethodDescriptionstatic JFreeChart
ChartFactory.createHighLowChart
(String title, String timeAxisLabel, String valueAxisLabel, OHLCDataset dataset, Timeline timeline, boolean legend) Creates and returns a default instance of a high-low-open-close chart with a special timeline. -
Uses of Timeline in org.jfree.chart.axis
Classes in org.jfree.chart.axis that implement TimelineModifier and TypeClassDescriptionprivate static class
A timeline that includes all milliseconds (as defined byjava.util.Date
) in the real time line.class
ATimeline
that implements a "segmented" timeline with included, excluded and exception segments.Fields in org.jfree.chart.axis declared as TimelineModifier and TypeFieldDescriptionprivate static final Timeline
DateAxis.DEFAULT_TIMELINE
A static default timeline shared by all standard DateAxisprivate Timeline
DateAxis.timeline
Our underlying timeline.Methods in org.jfree.chart.axis that return TimelineModifier and TypeMethodDescriptionDateAxis.getTimeline()
Returns the underlying timeline used by this axis.Methods in org.jfree.chart.axis with parameters of type TimelineModifier and TypeMethodDescriptionvoid
DateAxis.setTimeline
(Timeline timeline) Sets the underlying timeline to use for this axis.