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 EventType<LassoEvent> |
LassoEvent.ALL
The parent event type of all other lasso event types.
|
static EventType<LassoEvent> |
LassoEvent.SELECTION_FINISHED
An event type used when the user finishes a selection with the lasso.
|
static EventType<LassoEvent> |
LassoEvent.SELECTION_ONGOING
An event type used while the user is using the lasso to perform a
selection.
|
static EventType<LassoEvent> |
LassoEvent.SELECTION_STARTED
An event type used when the user starts a selection with the lasso.
|
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
void |
GraphicsBase.setOnLassoSelection(EventHandler<LassoEvent> value)
Sets the value of the property onLassoSelection.
|
void |
GraphicsBase.setOnLassoSelectionFinished(EventHandler<LassoEvent> value)
Sets the value of the property onLassoSelectionFinished.
|
void |
GraphicsBase.setOnLassoSelectionOngoing(EventHandler<LassoEvent> value)
Sets the value of the property onLassoSelectionOngoing.
|
void |
GraphicsBase.setOnLassoSelectionStarted(EventHandler<LassoEvent> value)
Sets the value of the property onLassoSelectionStarted.
|
Constructor and Description |
---|
LassoEvent(GraphicsBase<?> target,
EventType<? extends LassoEvent> eventType,
LassoEvent.LassoInfo info) |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.