Example usage for org.jfree.data DomainInfo interface-usage

List of usage examples for org.jfree.data DomainInfo interface-usage

Introduction

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

Usage

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

/**
 * Random data for a scatter plot demo.
 * <P>
 * Note that the aim of this class is to create a self-contained data source for demo purposes -
 * it is NOT intended to show how you should go about writing your own datasets.
 *

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.xy.IntervalXYDelegate.java

/**
 * A delegate that handles the specification or automatic calculation of the
 * interval surrounding the x-values in a dataset.  This is used to extend
 * a regular {@link XYDataset} to support the {@link IntervalXYDataset}
 * interface.
 * <p>

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.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.
 */