Class MouseTracker

java.lang.Object
dk.gtz.graphedit.util.MouseTracker

public class MouseTracker extends Object
A mouse tracking utility
  • Constructor Details

    • MouseTracker

      public MouseTracker(javafx.stage.Stage owner, boolean managed)
      Construct a new instance
      Parameters:
      owner - The root stage
      managed - 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

      public UUID 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