Uses of Enum
com.flexganttfx.view.GanttChart.RowHeaderType
Packages that use GanttChart.RowHeaderType
-
Uses of GanttChart.RowHeaderType in com.flexganttfx.view
Methods in com.flexganttfx.view that return GanttChart.RowHeaderTypeModifier and TypeMethodDescriptionfinal GanttChart.RowHeaderType
GanttChart.getRowHeaderType()
Returns the value ofGanttChart.rowHeaderTypeProperty()
.static GanttChart.RowHeaderType
Returns the enum constant of this type with the specified name.static GanttChart.RowHeaderType[]
GanttChart.RowHeaderType.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.RowHeaderTypeModifier and TypeMethodDescriptionGanttChart.rowHeaderTypeProperty()
A property used to store the currently used type of row headers (row number, level number, custom graphics).Methods in com.flexganttfx.view with parameters of type GanttChart.RowHeaderTypeModifier and TypeMethodDescriptionfinal void
GanttChart.setRowHeaderType
(GanttChart.RowHeaderType type) Sets the value ofGanttChart.rowHeaderTypeProperty()
.