Class AnchorPointId
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.blockandconnector.model.impl.AnchorPointId
 
- 
 public class AnchorPointId extends java.lang.ObjectHolds an anchor point's block and anchor id
- 
- 
Constructor SummaryConstructors Constructor Description AnchorPointId(AnchorPoint pt)AnchorPointId(java.util.UUID blockId, java.lang.Object anchorId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)AnchorPointfind(BlockDiagramModel model)Attempts to find the AnchorPoint this object represents in a model.java.lang.ObjectgetAnchorId()java.util.UUIDgetBlockId()java.lang.StringtoString()
 
- 
- 
- 
Constructor Detail- 
AnchorPointIdpublic AnchorPointId(AnchorPoint pt) 
 - 
AnchorPointIdpublic AnchorPointId(java.util.UUID blockId, java.lang.Object anchorId)
 
- 
 - 
Method Detail- 
getBlockIdpublic java.util.UUID getBlockId() 
 - 
getAnchorIdpublic java.lang.Object getAnchorId() 
 - 
findpublic AnchorPoint find(BlockDiagramModel model) Attempts to find the AnchorPoint this object represents in a model. If it is not found, it returns null.- Returns:
- The AnchorPoint represented by this object, or null if it is not found.
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-