Class Segment
- 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
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeablechangeEvent, listenerList
 
- 
 - 
Constructor SummaryConstructors Constructor Description Segment(java.awt.Point p1, java.awt.Point p2, java.awt.Point prev, java.awt.Point next)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadjust(Segment other)intcrossCost(Segment other)intleftCost(Segment other)intrightCost(Segment other)java.lang.StringtoString()- 
Methods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeableaddChangeListener, fireStateChanged, getChangeListeners, removeChangeListener
 
- 
 
-