| Package | com.yworks.graph.input.snapLines |
| Class | public class SegmentOrientation |
| Inheritance | SegmentOrientation Object |
IOrthogonalEdgeHelper and OrthogonalEdgeEditingContext.
See also
| Constant | Defined By | ||
|---|---|---|---|
| HORIZONTAL : uint = 1 [static]
The segment has a horizontal orientation, i.e. | SegmentOrientation | ||
| NON_ORTHOGONAL : uint = 3 [static]
The segment does not need to be treated especially, both endpoints can be moved independently from each other. | SegmentOrientation | ||
| VERTICAL : uint = 2 [static]
The segment has a vertical orientation, i.e. | SegmentOrientation | ||
| HORIZONTAL | Constant |
public static const HORIZONTAL:uint = 1The segment has a horizontal orientation, i.e. the end points should be moved vertically in sync so that the orientation is not destroyed.
| NON_ORTHOGONAL | Constant |
public static const NON_ORTHOGONAL:uint = 3The segment does not need to be treated especially, both endpoints can be moved independently from each other.
| VERTICAL | Constant |
public static const VERTICAL:uint = 2The segment has a vertical orientation, i.e. the end points should be moved horizontally in sync so that the orientation is not destroyed.