Class SlidingGanttCategoryDataset

java.lang.Object
org.jfree.data.general.AbstractDataset
org.jfree.data.gantt.SlidingGanttCategoryDataset
All Implemented Interfaces:
ObjectInputValidation, Serializable, Cloneable, CategoryDataset, IntervalCategoryDataset, GanttCategoryDataset, Dataset, KeyedValues2D, Values2D

A 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.
See Also: