Example usage for org.jfree.data.xy OHLCDataset interface-usage

List of usage examples for org.jfree.data.xy OHLCDataset interface-usage

Introduction

In this page you can find the example usage for org.jfree.data.xy OHLCDataset interface-usage.

Usage

From source file org.jfree.data.xy.DefaultOHLCDataset.java

/**
 * A simple implementation of the {@link OHLCDataset} interface.  This
 * implementation supports only one series.  It is recommended that you use
 * the {@link OHLCSeriesCollection} dataset instead.
 */
public class DefaultOHLCDataset extends AbstractXYDataset implements OHLCDataset, PublicCloneable {

From source file org.jfree.data.xy.DefaultHighLowDataset.java

/**
 * A simple implementation of the {@link OHLCDataset} interface.  See also
 * the {@link DefaultOHLCDataset} class, which provides another implementation
 * that is very similar.
 */
public class DefaultHighLowDataset extends AbstractXYDataset implements OHLCDataset, PublicCloneable {

From source file org.jfree.data.time.ohlc.OHLCSeriesCollection.java

/**
 * A collection of {@link OHLCSeries} objects.
 *
 * @since 1.0.4
 *
 * @see OHLCSeries

From source file org.cds06.speleograph.data.Series.java

/**
 * Represent a Series of Data.
 * A series is coherent set of Data.
 */
public class Series implements Comparable, OHLCDataset, Cloneable {