Package | Description |
---|---|
com.flexganttfx.model.layout |
Different layout and line manager implementations used to control the layout of activities.
|
Modifier and Type | Method and Description |
---|---|
AgendaLayout.LayoutStrategy |
AgendaLayout.getLayoutStrategy()
Returns the value of the
AgendaLayout.layoutStrategyProperty() . |
static AgendaLayout.LayoutStrategy |
AgendaLayout.LayoutStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgendaLayout.LayoutStrategy[] |
AgendaLayout.LayoutStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<AgendaLayout.LayoutStrategy> |
AgendaLayout.layoutStrategyProperty()
The property used to store the strategy that will be applied when the
time intervals of activities in agenda layout intersect with each other.
|
Modifier and Type | Method and Description |
---|---|
void |
AgendaLayout.setLayoutStrategy(AgendaLayout.LayoutStrategy strategy)
Sets the value of the
AgendaLayout.layoutStrategyProperty() . |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.