Uses of Enum
com.flexganttfx.view.graphics.GraphicsBase.LassoSelectionBehaviour
Packages that use GraphicsBase.LassoSelectionBehaviour
Package
Description
The various graphics controls that are used for rendering the Gantt chart.
-
Uses of GraphicsBase.LassoSelectionBehaviour in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return GraphicsBase.LassoSelectionBehaviourModifier and TypeMethodDescriptionGraphicsBase.getLassoSelectionBehaviour()
Returns the value of theGraphicsBase.lassoSelectionBehaviourProperty()
.Returns the enum constant of this type with the specified name.static GraphicsBase.LassoSelectionBehaviour[]
GraphicsBase.LassoSelectionBehaviour.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.LassoSelectionBehaviourModifier and TypeMethodDescriptionGraphicsBase.lassoSelectionBehaviourProperty()
A property used to store the currently used lasso selection behaviour.Methods in com.flexganttfx.view.graphics with parameters of type GraphicsBase.LassoSelectionBehaviourModifier and TypeMethodDescriptionfinal void
GraphicsBase.setLassoSelectionBehaviour
(GraphicsBase.LassoSelectionBehaviour behaviour) Sets the value ofGraphicsBase.lassoSelectionBehaviourProperty()
.