Uses of Interface
org.jfree.data.gantt.GanttCategoryDataset
Packages that use GanttCategoryDataset
-
Uses of GanttCategoryDataset in org.jfree.chart.renderer.category
Methods in org.jfree.chart.renderer.category with parameters of type GanttCategoryDatasetModifier 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
Classes in org.jfree.data.gantt that implement GanttCategoryDatasetModifier and TypeClassDescriptionclass
AGanttCategoryDataset
implementation that presents a subset of the categories in an underlying dataset.class
A collection ofTaskSeries
objects.Methods in org.jfree.data.gantt that return GanttCategoryDatasetModifier and TypeMethodDescriptionSlidingGanttCategoryDataset.getUnderlyingDataset()
Returns the underlying dataset that was supplied to the constructor.Constructors in org.jfree.data.gantt with parameters of type GanttCategoryDatasetModifierConstructorDescriptionSlidingGanttCategoryDataset
(GanttCategoryDataset underlying, int firstColumn, int maxColumns) Creates a new instance.