Class AnchorKey

java.lang.Object
org.eclipse.gef.fx.anchors.AnchorKey

public class AnchorKey extends Object
AnchorKey combines an anchored Node with a String qualifier to identify an anchor target.
  • Constructor Details

    • AnchorKey

      public AnchorKey(Node anchored, String id)
      Creates a new AnchorKey for the given anchored Node with the given id.
      Parameters:
      anchored - The anchored Node.
      id - The identifier for this AnchorKey, used to differentiate multiple keys with the same anchored Node.
  • Method Details