Package org.jfree.data.gantt
Data interfaces and classes for Gantt charts.
-
Interface Summary Interface Description GanttCategoryDataset An extension of theIntervalCategoryDatasetinterface that adds support for multiple sub-intervals. -
Class Summary Class Description SlidingGanttCategoryDataset AGanttCategoryDatasetimplementation that presents a subset of the categories in an underlying dataset.Task A simple representation of a task.TaskSeries A series that contains zero, one or manyTaskobjects.TaskSeriesCollection A collection ofTaskSeriesobjects.XYTaskDataset A dataset implementation that wraps aTaskSeriesCollectionand presents it as anIntervalXYDataset, allowing a set of tasks to be displayed using anXYBarRenderer(and usually aSymbolAxis).