Package | Description |
---|---|
org.jfree.chart.renderer.category |
Plug-in renderers for the
CategoryPlot class. |
org.jfree.data.gantt |
Data interfaces and classes for Gantt charts.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GanttRenderer.drawTask(java.awt.Graphics2D g2,
CategoryItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
CategoryPlot plot,
CategoryAxis domainAxis,
ValueAxis rangeAxis,
GanttCategoryDataset dataset,
int row,
int column)
Draws a single task.
|
protected void |
GanttRenderer.drawTasks(java.awt.Graphics2D g2,
CategoryItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
CategoryPlot plot,
CategoryAxis domainAxis,
ValueAxis rangeAxis,
GanttCategoryDataset dataset,
int row,
int column)
Draws the tasks/subtasks for one item.
|
Modifier and Type | Class and Description |
---|---|
class |
SlidingGanttCategoryDataset
A
GanttCategoryDataset implementation that presents a subset of the
categories in an underlying dataset. |
class |
TaskSeriesCollection
A collection of
TaskSeries objects. |
Modifier and Type | Method and Description |
---|---|
GanttCategoryDataset |
SlidingGanttCategoryDataset.getUnderlyingDataset()
Returns the underlying dataset that was supplied to the constructor.
|
Constructor and Description |
---|
SlidingGanttCategoryDataset(GanttCategoryDataset underlying,
int firstColumn,
int maxColumns)
Creates a new instance.
|