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

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

Introduction

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

Usage

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

/**
 * A series that contains zero, one or many {@link Task} objects.
 * <P>
 * This class is used as a building block for the {@link TaskSeriesCollection}
 * class that can be used to construct basic Gantt charts.
 */

From source file org.jfree.data.ComparableObjectSeries.java

/**
 * A (possibly ordered) list of (Comparable, Object) data items.
 *
 * @since 1.0.3
 */
public class ComparableObjectSeries extends Series implements Cloneable, Serializable {

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

/**
 * A structure containing zero, one or many {@link TimePeriodValue} instances.  
 * The time periods can overlap, and are maintained in the order that they are 
 * added to the collection.
 * <p>
 * This is similar to the {@link TimeSeries} class, except that the time 

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

/**
 * A structure containing zero, one or many {@link TimePeriodValue} instances.  
 * The time periods can overlap, and are maintained in the order that they are 
 * added to the collection.
 * <p>updateBounds
 * This is similar to the {@link TimeSeries} class, except that the time 

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

/**
 * A structure containing zero, one or many {@link TimePeriodValue} instances.  
 * The time periods can overlap, and are maintained in the order that they are 
 * added to the collection.
 * <p>
 * This is similar to the {@link TimeSeries} class, except that the time 

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

/**
* Represents a sequence of zero or more data items in the form (x, y).  By
* default, items in the series will be sorted into ascending order by x-value,
* and duplicate x-values are permitted.  Both the sorting and duplicate
* defaults can be changed in the constructor.  Y-values can be
* <code>null</code> to represent missing values.

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

/**
* Represents a sequence of zero or more data items in the form (x, y).  By
* default, items in the series will be sorted into ascending order by x-value,
* and duplicate x-values are permitted.  Both the sorting and duplicate
* defaults can be changed in the constructor.  Y-values can be
* <code>null</code> to represent missing values.

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

/**
 * Represents a sequence of zero or more data items in the form (x, y).  By
 * default, items in the series will be sorted into ascending order by x-value,
 * and duplicate x-values are permitted.  Both the sorting and duplicate
 * defaults can be changed in the constructor.  Y-values can be
 * <code>null</code> to represent missing values.

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

/**
 * Represents a sequence of zero or more data items in the form (x, y).  By
 * default, items in the series will be sorted into ascending order by x-value,
 * and duplicate x-values are permitted.  Both the sorting and duplicate
 * defaults can be changed in the constructor.  Y-values can be
 * <code>null</code> to represent missing values.

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

/**
 * Represents a sequence of zero or more data items in the form (x, y).  By
 * default, items in the series will be sorted into ascending order by x-value,
 * and duplicate x-values are permitted.  Both the sorting and duplicate
 * defaults can be changed in the constructor.  Y-values can be
 * <code>null</code> to represent missing values.