Package | Description |
---|---|
com.dlsc.flexgantt.model.gantt |
A model definition and default implementation for a Gantt chart model, which
is basically an extension of a tree table model, which itself is an extension
of a tree model.
|
com.dlsc.flexgantt.swing.layer |
The right-hand side of any Gantt chart is a layer container, which is
responsible for managing the various layer types.
|
Modifier and Type | Method and Description |
---|---|
List<CapacityLine> |
IResourceNode.getCapacityLines(int rowHeight,
boolean major)
Returns a list of capacity lines that can be picked up by row renderers
to draw a nice scale in the background of the resource row.
|
List<CapacityLine> |
DefaultResourceNode.getCapacityLines(int rowHeight,
boolean major) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultResourceNode.addMajorCapacityLine(CapacityLine line)
Adds the given major capacity line to the resource node.
|
void |
DefaultResourceNode.addMinorCapacityLine(CapacityLine line)
Adds the given minor capacity line to the resource node.
|
int |
CapacityLine.compareTo(CapacityLine line) |
void |
DefaultResourceNode.removeMajorCapacityLine(CapacityLine line)
Removes the given major capacity line from the resource node.
|
void |
DefaultResourceNode.removeMinorCapacityLine(CapacityLine line)
Removes the given minor capacity line from the resource node.
|
Modifier and Type | Method and Description |
---|---|
protected Color |
DefaultResourceNodeRowHeaderRenderer.getLineColor(CapacityLine line)
Returns the color used for drawing the given capacity line.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.