Package | Description |
---|---|
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 |
---|---|
AbstractCustomLayer |
ILayerFactory.createCustomLayer(LayerContainer lc,
ILayer layer)
Creates a new custom layer to be used for rendering custom information.
|
AbstractCustomLayer |
DefaultLayerFactory.createCustomLayer(LayerContainer lc,
ILayer layer)
The default layer factory implementation does not know about any custom
layers and will always return a placeholder instance if a layer returned
by the Gantt chart model indicates that it is a custom layer.
|
AbstractCustomLayer |
LayerContainer.getCustomLayer(ILayer layer)
Returns the customer layer for the given model layer.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.