Package org.eclipse.gef.fx.anchors
Class AnchorKey
java.lang.Object
org.eclipse.gef.fx.anchors.AnchorKey
AnchorKey combines an anchored
Node
with a String
qualifier
to identify an anchor target.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Method Details
-
equals
-
getAnchored
public javafx.scene.Node getAnchored()Returns the anchoredNode
of thisAnchorKey
.- Returns:
- The anchored
Node
of thisAnchorKey
.
-
getId
-
hashCode
public int hashCode() -
setAnchored
protected void setAnchored(javafx.scene.Node anchored) Sets the anchoredNode
of thisAnchorKey
to the given value.- Parameters:
anchored
- The new anchoredNode
for thisAnchorKey
.
-
setId
-
toString
-