Uses of Enum
com.flexganttfx.view.GanttChart.DisplayMode
Packages that use GanttChart.DisplayMode
-
Uses of GanttChart.DisplayMode in com.flexganttfx.view
Methods in com.flexganttfx.view that return GanttChart.DisplayModeModifier and TypeMethodDescriptionfinal GanttChart.DisplayMode
GanttChart.getDisplayMode()
Returns the value ofGanttChart.displayModeProperty()
.static GanttChart.DisplayMode
Returns the enum constant of this type with the specified name.static GanttChart.DisplayMode[]
GanttChart.DisplayMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flexganttfx.view that return types with arguments of type GanttChart.DisplayModeModifier and TypeMethodDescriptionGanttChart.displayModeProperty()
A property used to specify the mode in which the Gantt chart will layout its primary views, the table and the graphics.Methods in com.flexganttfx.view with parameters of type GanttChart.DisplayModeModifier and TypeMethodDescriptionfinal void
GanttChart.setDisplayMode
(GanttChart.DisplayMode mode) Sets the value of theGanttChart.displayModeProperty()
.