Uses of Enum
com.flexganttfx.view.graphics.GraphicsBase.SelectionMode
Packages that use GraphicsBase.SelectionMode
Package
Description
The various graphics controls that are used for rendering the Gantt chart.
-
Uses of GraphicsBase.SelectionMode in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return GraphicsBase.SelectionModeModifier and TypeMethodDescriptionGraphicsBase.getSelectionMode()
Returns the value ofGraphicsBase.selectionModeProperty()
.static GraphicsBase.SelectionMode
Returns the enum constant of this type with the specified name.static GraphicsBase.SelectionMode[]
GraphicsBase.SelectionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flexganttfx.view.graphics that return types with arguments of type GraphicsBase.SelectionModeModifier and TypeMethodDescriptionGraphicsBase.selectionModeProperty()
A property used to store the currently supported selection mode.Methods in com.flexganttfx.view.graphics with parameters of type GraphicsBase.SelectionModeModifier and TypeMethodDescriptionfinal void
GraphicsBase.setSelectionMode
(GraphicsBase.SelectionMode mode) Sets the value ofGraphicsBase.selectionModeProperty()
.