Example usage for org.jfree.data.gantt GanttCategoryDataset interface-usage

List of usage examples for org.jfree.data.gantt GanttCategoryDataset interface-usage

Introduction

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

Usage

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

/**
 * A {@link GanttCategoryDataset} implementation that presents a subset of the
 * categories in an underlying dataset.  The index of the first "visible"
 * category can be modified, which provides a means of "sliding" through
 * the categories in the underlying dataset.
 *

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 {