Uses of Class
com.flexganttfx.view.graphics.LassoEvent
| Package | Description |
|---|---|
| com.flexganttfx.view.graphics |
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 LassoEvent Modifier and Type Field Description static EventType<LassoEvent>LassoEvent. ALLThe parent event type of all other lasso event types.static EventType<LassoEvent>LassoEvent. SELECTION_FINISHEDAn event type used when the user finishes a selection with the lasso.static EventType<LassoEvent>LassoEvent. SELECTION_ONGOINGAn event type used while the user is using the lasso to perform a selection.static EventType<LassoEvent>LassoEvent. SELECTION_STARTEDAn 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 LassoEvent Modifier and Type Method Description EventHandler<LassoEvent>GraphicsBase. getOnLassoSelection()Gets the value of the property onLassoSelection.EventHandler<LassoEvent>GraphicsBase. getOnLassoSelectionFinished()Gets the value of the property onLassoSelectionFinished.EventHandler<LassoEvent>GraphicsBase. getOnLassoSelectionOngoing()Gets the value of the property onLassoSelectionOngoing.EventHandler<LassoEvent>GraphicsBase. getOnLassoSelectionStarted()Gets the value of the property onLassoSelectionStarted.ObjectProperty<EventHandler<LassoEvent>>GraphicsBase. onLassoSelectionFinishedProperty()ObjectProperty<EventHandler<LassoEvent>>GraphicsBase. onLassoSelectionOngoingProperty()ObjectProperty<EventHandler<LassoEvent>>GraphicsBase. onLassoSelectionProperty()ObjectProperty<EventHandler<LassoEvent>>GraphicsBase. onLassoSelectionStartedProperty()Method parameters in com.flexganttfx.view.graphics with type arguments of type LassoEvent Modifier and Type Method Description voidGraphicsBase. setOnLassoSelection(EventHandler<LassoEvent> value)Sets the value of the property onLassoSelection.voidGraphicsBase. setOnLassoSelectionFinished(EventHandler<LassoEvent> value)Sets the value of the property onLassoSelectionFinished.voidGraphicsBase. setOnLassoSelectionOngoing(EventHandler<LassoEvent> value)Sets the value of the property onLassoSelectionOngoing.voidGraphicsBase. setOnLassoSelectionStarted(EventHandler<LassoEvent> value)Sets the value of the property onLassoSelectionStarted.Constructor parameters in com.flexganttfx.view.graphics with type arguments of type LassoEvent Constructor Description LassoEvent(GraphicsBase<?> target, EventType<? extends LassoEvent> eventType, LassoEvent.LassoInfo info)Constructs a new event object.