Header
And More


Uses of Interface
org.jfree.data.xy.OHLCDataset

Packages that use OHLCDataset
org.jfree.chart Core classes, including JFreeChart and ChartPanel
org.jfree.data.general Data interfaces and classes. 
org.jfree.data.time.ohlc Classes for representing financial data in open-high-low-close form. 
org.jfree.data.xy A package containing the XYDataset interface and related classes. 
 

Uses of OHLCDataset in org.jfree.chart
 

Methods in org.jfree.chart with parameters of type OHLCDataset
static JFreeChart ChartFactory.createCandlestickChart(java.lang.String title, java.lang.String timeAxisLabel, java.lang.String valueAxisLabel, OHLCDataset dataset, boolean legend)
          Creates and returns a default instance of a candlesticks chart.
static JFreeChart ChartFactory.createHighLowChart(java.lang.String title, java.lang.String timeAxisLabel, java.lang.String valueAxisLabel, OHLCDataset dataset, boolean legend)
          Creates and returns a default instance of a high-low-open-close chart.
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 OHLCDataset in org.jfree.data.general
 

Classes in org.jfree.data.general that implement OHLCDataset
 class CombinedDataset
          Deprecated. As of version 1.0.13. This class will be removed from JFreeChart 1.2.0 onwards. Anyone needing this facility will need to maintain it outside of JFreeChart.
 class SubSeriesDataset
          Deprecated. As of version 1.0.13. This class will be removed from JFreeChart 1.2.0 onwards. Anyone needing this facility will need to maintain it outside of JFreeChart.
 

Uses of OHLCDataset in org.jfree.data.time.ohlc
 

Classes in org.jfree.data.time.ohlc that implement OHLCDataset
 class OHLCSeriesCollection
          A collection of OHLCSeries objects.
 

Uses of OHLCDataset in org.jfree.data.xy
 

Classes in org.jfree.data.xy that implement OHLCDataset
 class DefaultHighLowDataset
          A simple implementation of the OHLCDataset interface.
 class DefaultOHLCDataset
          A simple implementation of the OHLCDataset interface.
 


Footer
And More


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