Uses of Enum
com.flexganttfx.model.layout.AgendaLayout.LayoutStrategy
Packages that use AgendaLayout.LayoutStrategy
Package
Description
Different layout and line manager implementations used to control the layout of activities.
-
Uses of AgendaLayout.LayoutStrategy in com.flexganttfx.model.layout
Methods in com.flexganttfx.model.layout that return AgendaLayout.LayoutStrategyModifier and TypeMethodDescriptionAgendaLayout.getLayoutStrategy()
Returns the value of theAgendaLayout.layoutStrategyProperty()
.static AgendaLayout.LayoutStrategy
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.Methods in com.flexganttfx.model.layout that return types with arguments of type AgendaLayout.LayoutStrategyModifier and TypeMethodDescriptionAgendaLayout.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.Methods in com.flexganttfx.model.layout with parameters of type AgendaLayout.LayoutStrategyModifier and TypeMethodDescriptionfinal void
AgendaLayout.setLayoutStrategy
(AgendaLayout.LayoutStrategy strategy) Sets the value of theAgendaLayout.layoutStrategyProperty()
.