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 collection of TaskSeries objects. |