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

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

Introduction

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

Usage

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

/**
 * An implementation variant of the {@link TableXYDataset} where every series
 * shares the same x-values (required for generating stacked area charts).
 * This implementation uses a {@link DefaultKeyedValues2D} Object as backend
 * implementation and is hence more "category oriented" than the {@link
 * DefaultTableXYDataset} implementation.

From source file org.jfree.data.time.TimePeriodValuesCollection.java

/**
 * A collection of {@link TimePeriodValues} objects.
 * <P>
 * This class implements the {@link org.jfree.data.xy.XYDataset} interface, as
 * well as the extended {@link IntervalXYDataset} interface.  This makes it a
 * convenient dataset for use with the {@link org.jfree.chart.plot.XYPlot}

From source file org.jfree.data.time.TimeTableXYDataset.java

/**
 * A dataset for regular time periods that implements the
 * {@link TableXYDataset} interface.  Note that the {@link TableXYDataset}
 * interface requires all series to share the same set of x-values.  When
 * adding a new item <code>(x, y)</code> to one series, all other series
 * automatically get a new item <code>(x, null)</code> unless a non-null item

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

/**
 * A dataset that can be used for creating histograms.
 *
 * @see SimpleHistogramDataset
 */
public class HistogramDataset extends AbstractIntervalXYDataset

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

/**
 * An {@link XYDataset} where every series shares the same x-values (required
 * for generating stacked area charts).
 */
public class DefaultTableXYDataset extends AbstractIntervalXYDataset
        implements TableXYDataset, IntervalXYDataset, DomainInfo, PublicCloneable {

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

/**
 * Represents a collection of {@link XYSeries} objects that can be used as a
 * dataset.
 */
public class XYSeriesCollection extends AbstractIntervalXYDataset
        implements IntervalXYDataset, DomainInfo, RangeInfo, VetoableChangeListener, PublicCloneable, Serializable {

From source file edu.dlnu.liuwenpeng.Time.TimeSeriesCollection.java

/**    
* A collection of time series objects.  This class implements the     
* {@link org.jfree.data.xy.XYDataset} interface, as well as the extended     
* {@link IntervalXYDataset} interface.  This makes it a convenient dataset for    
* use with the {@link org.jfree.chart.plot.XYPlot} class.    
*/

From source file utilesChart.util.TimeSeriesCollection.java

/**
 * A collection of time series objects.  This class implements the
 * {@link XYDataset} interface, as well as the extended
 * {@link IntervalXYDataset} interface.  This makes it a convenient dataset for
 * use with the {@link org.jfree.chart.plot.XYPlot} class.
 */

From source file org.jfree.data.time.TimeSeriesCollection.java

/**
 * A collection of time series objects.  This class implements the
 * {@link XYDataset} interface, as well as the extended
 * {@link IntervalXYDataset} interface.  This makes it a convenient dataset for
 * use with the {@link org.jfree.chart.plot.XYPlot} class.
 */