java.lang.Object
com.inductiveautomation.ignition.common.util.AbstractChangeable
com.inductiveautomation.ignition.designer.blockandconnector.routing.Segment
All Implemented Interfaces:
Changeable

public class Segment extends AbstractChangeable
Represents a single straight-line segment of an orthogonal path. Used to adjust paths after routing to avoid overlapping segments
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • crossCost

      public int crossCost(Segment other)
    • rightCost

      public int rightCost(Segment other)
    • leftCost

      public int leftCost(Segment other)
    • adjust

      public boolean adjust(Segment other)