public class AnchorPointId
extends java.lang.Object
Constructor and Description |
---|
AnchorPointId(AnchorPoint pt) |
AnchorPointId(java.util.UUID blockId,
java.lang.Object anchorId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
AnchorPoint |
find(BlockDiagramModel model)
Attempts to find the AnchorPoint this object represents in a model.
|
java.lang.Object |
getAnchorId() |
java.util.UUID |
getBlockId() |
java.lang.String |
toString() |
public AnchorPointId(AnchorPoint pt)
public AnchorPointId(java.util.UUID blockId, java.lang.Object anchorId)
public java.util.UUID getBlockId()
public java.lang.Object getAnchorId()
public AnchorPoint find(BlockDiagramModel model)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object