Uses of Interface
org.jfree.data.gantt.GanttCategoryDataset
-
Uses of GanttCategoryDataset in org.jfree.chart.renderer.category
Modifier and TypeMethodDescriptionprotected void
GanttRenderer.drawTask
(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, GanttCategoryDataset dataset, int row, int column) Draws a single task.protected void
GanttRenderer.drawTasks
(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, GanttCategoryDataset dataset, int row, int column) Draws the tasks/subtasks for one item. -
Uses of GanttCategoryDataset in org.jfree.data.gantt
Modifier and TypeClassDescriptionclass
AGanttCategoryDataset
implementation that presents a subset of the categories in an underlying dataset.class
A collection ofTaskSeries
objects.Modifier and TypeMethodDescriptionSlidingGanttCategoryDataset.getUnderlyingDataset()
Returns the underlying dataset that was supplied to the constructor.ModifierConstructorDescriptionSlidingGanttCategoryDataset
(GanttCategoryDataset underlying, int firstColumn, int maxColumns) Creates a new instance.