| Package | com.yworks.graph.input |
| Class | public class EdgeSegmentDirection |
| Inheritance | EdgeSegmentDirection Object |
CreateEdgeInputMode.getFirstSegmentDirection.
See also
| Constant | Defined By | ||
|---|---|---|---|
| EAST : uint = 1 [static]
The edge segment is going into east direction. | EdgeSegmentDirection | ||
| NORTH : uint = 0 [static]
The edge segment is going into north direction. | EdgeSegmentDirection | ||
| SOUTH : uint = 2 [static]
The edge segment is going into south direction. | EdgeSegmentDirection | ||
| WEST : uint = 3 [static]
The edge segment is going into west direction. | EdgeSegmentDirection | ||
| EAST | Constant |
public static const EAST:uint = 1The edge segment is going into east direction.
| NORTH | Constant |
public static const NORTH:uint = 0The edge segment is going into north direction.
| SOUTH | Constant |
public static const SOUTH:uint = 2The edge segment is going into south direction.
| WEST | Constant |
public static const WEST:uint = 3The edge segment is going into west direction.