java.lang.Object
com.inductiveautomation.ignition.designer.blockandconnector.model.impl.AnchorPointId

public class AnchorPointId extends Object
Holds an anchor point's block and anchor id
  • Constructor Details

    • AnchorPointId

      public AnchorPointId(AnchorPoint pt)
    • AnchorPointId

      public AnchorPointId(UUID blockId, Object anchorId)
  • Method Details

    • getBlockId

      public UUID getBlockId()
    • getAnchorId

      public Object getAnchorId()
    • find

      public 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.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object