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 |
---|---|
LayerContainer.RenderingDirection |
LayerContainer.getRenderingDirection()
Returns a hint whether the timeline objects will be rendered right to
left or left to right (default).
|
static LayerContainer.RenderingDirection |
LayerContainer.RenderingDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayerContainer.RenderingDirection[] |
LayerContainer.RenderingDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LayerContainer.setRenderingDirection(LayerContainer.RenderingDirection direction)
Provides a hint whether the timeline objects will be rendered right to
left or left to right (default).
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.