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 JFreeChartChartFactory.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 TypeClassDescriptionclassATimelinethat implements a "segmented" timeline with included, excluded and exception segments.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 TypeMethodDescriptionvoidDateAxis.setTimeline(Timeline timeline) Sets the underlying timeline to use for this axis.