Example usage for org.jfree.data.general AbstractSeriesDataset subclass-usage

List of usage examples for org.jfree.data.general AbstractSeriesDataset subclass-usage

Introduction

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

Usage

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

/**
 * An base class that you can use to create new implementations of the
 * {@link XYDataset} interface.
 */
public abstract class AbstractXYDataset extends AbstractSeriesDataset implements XYDataset {

From source file org.jfree.data.gantt.TaskSeriesCollection.java

/**
 * A collection of {@link TaskSeries} objects.  This class provides one
 * implementation of the {@link GanttCategoryDataset} interface.
 */
public class TaskSeriesCollection extends AbstractSeriesDataset
        implements GanttCategoryDataset, Cloneable, PublicCloneable, Serializable {

From source file org.jfree.data.category.DefaultIntervalCategoryDataset.java

/**
 * A convenience class that provides a default implementation of the
 * {@link IntervalCategoryDataset} interface.
 * <p>
 * The standard constructor accepts data in a two dimensional array where the
 * first dimension is the series, and the second dimension is the category.