Uses of Class
com.flexganttfx.view.graphics.LassoEvent
Packages that use LassoEvent
Package
Description
The various graphics controls that are used for rendering the Gantt chart.
-
Uses of LassoEvent in com.flexganttfx.view.graphics
Fields in com.flexganttfx.view.graphics with type parameters of type LassoEventModifier and TypeFieldDescriptionstatic final EventType<LassoEvent>
LassoEvent.ALL
The parent event type of all other lasso event types.static final EventType<LassoEvent>
LassoEvent.SELECTION_FINISHED
An event type used when the user finishes a selection with the lasso.static final EventType<LassoEvent>
LassoEvent.SELECTION_ONGOING
An event type used while the user is using the lasso to perform a selection.static final EventType<LassoEvent>
LassoEvent.SELECTION_STARTED
An event type used when the user starts a selection with the lasso.Methods in com.flexganttfx.view.graphics that return types with arguments of type LassoEventModifier and TypeMethodDescriptionfinal EventHandler<LassoEvent>
GraphicsBase.getOnLassoSelection()
Gets the value of theonLassoSelection
property.final EventHandler<LassoEvent>
GraphicsBase.getOnLassoSelectionFinished()
Gets the value of theonLassoSelectionFinished
property.final EventHandler<LassoEvent>
GraphicsBase.getOnLassoSelectionOngoing()
Gets the value of theonLassoSelectionOngoing
property.final EventHandler<LassoEvent>
GraphicsBase.getOnLassoSelectionStarted()
Gets the value of theonLassoSelectionStarted
property.final ObjectProperty<EventHandler<LassoEvent>>
GraphicsBase.onLassoSelectionFinishedProperty()
final ObjectProperty<EventHandler<LassoEvent>>
GraphicsBase.onLassoSelectionOngoingProperty()
final ObjectProperty<EventHandler<LassoEvent>>
GraphicsBase.onLassoSelectionProperty()
final ObjectProperty<EventHandler<LassoEvent>>
GraphicsBase.onLassoSelectionStartedProperty()
Method parameters in com.flexganttfx.view.graphics with type arguments of type LassoEventModifier and TypeMethodDescriptionfinal void
GraphicsBase.setOnLassoSelection
(EventHandler<LassoEvent> value) Sets the value of theonLassoSelection
property.final void
GraphicsBase.setOnLassoSelectionFinished
(EventHandler<LassoEvent> value) Sets the value of theonLassoSelectionFinished
property.final void
GraphicsBase.setOnLassoSelectionOngoing
(EventHandler<LassoEvent> value) Sets the value of theonLassoSelectionOngoing
property.final void
GraphicsBase.setOnLassoSelectionStarted
(EventHandler<LassoEvent> value) Sets the value of theonLassoSelectionStarted
property.Constructor parameters in com.flexganttfx.view.graphics with type arguments of type LassoEventModifierConstructorDescriptionLassoEvent
(GraphicsBase<?> target, EventType<? extends LassoEvent> eventType, LassoEvent.LassoInfo info) Constructs a new event object.