Uses of Interface org.jfree.chart.axis.Timeline

Uses in package org.jfree.chart

Methods with parameter type org.jfree.chart.axis.Timeline

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 in package org.jfree.chart.axis

Classes implementing org.jfree.chart.axis.Timeline

class
A Timeline that implements a "segmented" timeline with included, excluded and exception segments.

Methods with parameter type org.jfree.chart.axis.Timeline

void
Sets the underlying timeline to use for this axis.

Methods with return type org.jfree.chart.axis.Timeline

Timeline
Returns the underlying timeline used by this axis.