Header
And More


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

Packages that use Timeline
org.jfree.chart Core classes, including JFreeChart and ChartPanel
org.jfree.chart.axis Axis classes and interfaces. 
 

Uses of Timeline in org.jfree.chart
 

Methods in org.jfree.chart with parameters of type Timeline
static JFreeChart ChartFactory.createHighLowChart(java.lang.String title, java.lang.String timeAxisLabel, java.lang.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 Timeline
 class SegmentedTimeline
          A Timeline that implements a "segmented" timeline with included, excluded and exception segments.
 

Methods in org.jfree.chart.axis that return Timeline
 Timeline DateAxis.getTimeline()
          Returns the underlying timeline used by this axis.
 

Methods in org.jfree.chart.axis with parameters of type Timeline
 void DateAxis.setTimeline(Timeline timeline)
          Sets the underlying timeline to use for this axis.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.