Package | Description |
---|---|
com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
Modifier and Type | Field and Description |
---|---|
static javafx.event.EventType<LassoEvent> |
LassoEvent.ALL
The parent event type of all other lasso event types.
|
static javafx.event.EventType<LassoEvent> |
LassoEvent.SELECTION_FINISHED
An event type used when the user finishes a selection with the lasso.
|
static javafx.event.EventType<LassoEvent> |
LassoEvent.SELECTION_ONGOING
An event type used while the user is using the lasso to perform a
selection.
|
static javafx.event.EventType<LassoEvent> |
LassoEvent.SELECTION_STARTED
An event type used when the user starts a selection with the lasso.
|
Modifier and Type | Method and Description |
---|---|
javafx.event.EventHandler<LassoEvent> |
GraphicsBase.getOnLassoSelection() |
javafx.event.EventHandler<LassoEvent> |
GraphicsBase.getOnLassoSelectionFinished() |
javafx.event.EventHandler<LassoEvent> |
GraphicsBase.getOnLassoSelectionOngoing() |
javafx.event.EventHandler<LassoEvent> |
GraphicsBase.getOnLassoSelectionStarted() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<LassoEvent>> |
GraphicsBase.onLassoSelectionFinishedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<LassoEvent>> |
GraphicsBase.onLassoSelectionOngoingProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<LassoEvent>> |
GraphicsBase.onLassoSelectionProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<LassoEvent>> |
GraphicsBase.onLassoSelectionStartedProperty() |
Modifier and Type | Method and Description |
---|---|
void |
GraphicsBase.setOnLassoSelection(javafx.event.EventHandler<LassoEvent> value) |
void |
GraphicsBase.setOnLassoSelectionFinished(javafx.event.EventHandler<LassoEvent> value) |
void |
GraphicsBase.setOnLassoSelectionOngoing(javafx.event.EventHandler<LassoEvent> value) |
void |
GraphicsBase.setOnLassoSelectionStarted(javafx.event.EventHandler<LassoEvent> value) |
Constructor and Description |
---|
LassoEvent(GraphicsBase<?> target,
javafx.event.EventType<? extends LassoEvent> eventType,
LassoEvent.LassoInfo info)
Constructs a new event object.
|
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.