Package dk.gtz.graphedit.util
Class MouseTracker
java.lang.Object
dk.gtz.graphedit.util.MouseTracker
A mouse tracking utility
-
Constructor Summary
ConstructorsConstructorDescriptionMouseTracker
(javafx.stage.Stage owner, boolean managed) Construct a new instance -
Method Summary
Modifier and TypeMethodDescriptionGet the uuid of the mousetracker.javafx.beans.property.DoubleProperty
Get the X value propertyjavafx.beans.property.DoubleProperty
Get the Y value property
-
Constructor Details
-
MouseTracker
public MouseTracker(javafx.stage.Stage owner, boolean managed) Construct a new instance- Parameters:
owner
- The root stagemanaged
- Whether if this tracker is externally managed or not
-
-
Method Details
-
getXProperty
public javafx.beans.property.DoubleProperty getXProperty()Get the X value property- Returns:
- The X-value property of the mouse
-
getYProperty
public javafx.beans.property.DoubleProperty getYProperty()Get the Y value property- Returns:
- The Y-value property of the mouse
-
getTrackerUUID
Get the uuid of the mousetracker. This is useful when determining if an edge is targeting the mousetracker or a vertex- Returns:
- The uuid of the mousetracker
-