Package | Description |
---|---|
com.dlsc.flexgantt.command.layer |
Contains layer-specific commands.
|
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.timeline |
Classes that deal with timeline layers and the rendering and the selection
of timeline objects.
|
Modifier and Type | Method and Description |
---|---|
ICapacityObject |
DefaultChangeCapacityCommand.getCapacityObject()
Returns the capacity object that was / will be modified by the command.
|
Constructor and Description |
---|
DefaultChangeCapacityCommand(ICapacityObject object,
DefaultGanttChartModel model,
double capacity)
Constructs a new command.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCapacityObject<T>
A capacity object is a timeline object that provides additional information
about the usage of a resource during a specified time interval.
|
Modifier and Type | Method and Description |
---|---|
protected ICapacityObject |
DefaultCapacityObjectRenderer.getCapacityObject()
Returns the currently rendered capacity object.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.