Package | Description |
---|---|
com.dlsc.flexgantt.policy.layer |
Policies that will be used in the context of layers.
|
com.dlsc.flexgantt.swing |
Contains the Gantt chart components and various other user interface
elements that can be used together with the Gantt chart.
|
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.
|
com.dlsc.flexgantt.swing.timeline |
Contains the timeline component, which itself consists of a dateline and
an eventline.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGridPolicy<T extends IGranularity>
An abstract implementation of
IGridPolicy , which deals with storing
the list of supported granularities. |
class |
SimpleGranularityGridPolicy
A grid policy that uses the
SimpleGranularity class to adjust start
and end times. |
class |
TimeGranularityGridPolicy
A grid policy that uses the
TimeGranularity class to adjust start and
end times. |
Modifier and Type | Method and Description |
---|---|
IGridPolicy |
IGridComponent.getGridPolicy()
Returns the grid policy used by the grid component.
|
Modifier and Type | Method and Description |
---|---|
IGridPolicy |
LayerContainer.getGridPolicy() |
Modifier and Type | Method and Description |
---|---|
IGridPolicy |
Timeline.getCursorGridPolicy()
Returns the grid policy used by the time cursor shown in the eventline.
|
IGridPolicy |
Eventline.getGridPolicy() |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.