Frames | No Frames |
Methods with parameter type org.jfree.data.gantt.GanttCategoryDataset | |
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. |
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. |
Classes implementing org.jfree.data.gantt.GanttCategoryDataset | |
class | A GanttCategoryDataset implementation that presents a subset of the
categories in an underlying dataset. |
class | A collection of TaskSeries objects. |
Constructors with parameter type org.jfree.data.gantt.GanttCategoryDataset | |
SlidingGanttCategoryDataset.SlidingGanttCategoryDataset(GanttCategoryDataset underlying, int firstColumn, int maxColumns) Creates a new instance. |
Methods with return type org.jfree.data.gantt.GanttCategoryDataset | |
GanttCategoryDataset | Returns the underlying dataset that was supplied to the constructor. |