public static final class GraphicsBase.EditModeCallbackParameter extends Object
Constructor and Description |
---|
EditModeCallbackParameter(ActivityBounds activityBounds,
javafx.scene.input.MouseEvent event)
Constructs a new callback parameter.
|
Modifier and Type | Method and Description |
---|---|
ActivityBounds |
getActivityBounds()
The activity / bounds for which to determine the edit mode.
|
javafx.scene.input.MouseEvent |
getMouseEvent()
The event that triggered the lookup.
|
public EditModeCallbackParameter(ActivityBounds activityBounds, javafx.scene.input.MouseEvent event)
activityBounds
- the activity / bounds for which to determine the edit modeevent
- the mouse event triggering the edit mode lookuppublic ActivityBounds getActivityBounds()
public javafx.scene.input.MouseEvent getMouseEvent()
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.