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 |
---|---|
IActivityObject |
DefaultChangePercentageCommand.getActivityObject()
Returns the activity object that was / will be modified.
|
Constructor and Description |
---|
DefaultChangePercentageCommand(IActivityObject object,
DefaultGanttChartModel model,
double percentage)
Constructs a new command.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultActivityObject<T>
An activity object is a timeline object that represents a person's or a
machine's work over a specified time span where the work is more or less
complete.
|
Modifier and Type | Method and Description |
---|---|
protected IActivityObject |
DefaultActivityObjectRenderer.getActivityObject()
Returns the activity object that is currently being rendered.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.