Example usage for org.jfree.data.xy AbstractIntervalXYDataset subclass-usage

List of usage examples for org.jfree.data.xy AbstractIntervalXYDataset subclass-usage

Introduction

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

Usage

From source file org.jfree.chart.demo.SimpleIntervalXYDataset2.java

/**
 * A quick and dirty sample dataset.
 */
public class SimpleIntervalXYDataset2 extends AbstractIntervalXYDataset implements IntervalXYDataset {

    /** The start values. */

From source file org.kalypso.ogc.sensor.diagview.jfreechart.CurveDataset.java

/**
 * A CurveDataset contains XYCurveSerie objects for the purpose of being displayed within a JFreeChart.
 * <p>
 * Inserted synchronized at some places because if pages are switched too fast in kalypso wizard then I presume that many swing ui threads are trying to update the chart, thus leading to possible
 * array out of bound exceptions because of concurrent accesses.
 * 

From source file org.jfree.chart.demo.SimpleIntervalXYDataset.java

/**
 * A quick and dirty sample dataset.
 */
public class SimpleIntervalXYDataset extends AbstractIntervalXYDataset implements IntervalXYDataset {

    /** The start values. */

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

/**
 * A collection of {@link XIntervalSeries} objects.
 *
 * @since 1.0.3
 *
 * @see XIntervalSeries

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

/**
 * A collection of {@link YIntervalSeries} objects.
 *
 * @since 1.0.3
 *
 * @see YIntervalSeries

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

/**
 * A collection of {@link XYIntervalSeries} objects.
 *
 * @since 1.0.3
 *
 * @see XYIntervalSeries

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

/**
 * A dataset wrapper class that converts a standard {@link XYDataset} into an
 * {@link IntervalXYDataset} suitable for use in creating XY bar charts.
 */
public class XYBarDataset extends AbstractIntervalXYDataset
        implements IntervalXYDataset, DatasetChangeListener, PublicCloneable {

From source file org.trade.strategy.data.VolumeDataset.java

/**
 */
public class VolumeDataset extends AbstractIntervalXYDataset
        implements IVolumeDataset, IndicatorDataset, Serializable {

    /**

From source file org.jfree.data.statistics.SimpleHistogramDataset.java

/**
 * A dataset used for creating simple histograms with custom defined bins.
 *
 * @see HistogramDataset
 */
public class SimpleHistogramDataset extends AbstractIntervalXYDataset

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

/**
 * A dataset that defines a range (interval) for both the x-values and the
 * y-values.  This implementation uses six arrays to store the x, start-x,
 * end-x, y, start-y and end-y values.
 * <br><br>
 * An alternative implementation of the {@link IntervalXYDataset} interface