Packagecom.yworks.graph.input
Classpublic class EdgeSegmentDirection
InheritanceEdgeSegmentDirection Inheritance Object

Defines the direction of an edge segment. This enumeration is used by CreateEdgeInputMode.getFirstSegmentDirection.

See also

CreateEdgeInputMode.getFirstSegmentDirection


Public Constants
 ConstantDefined 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
Constant Detail
EASTConstant
public static const EAST:uint = 1

The edge segment is going into east direction.

NORTHConstant 
public static const NORTH:uint = 0

The edge segment is going into north direction.

SOUTHConstant 
public static const SOUTH:uint = 2

The edge segment is going into south direction.

WESTConstant 
public static const WEST:uint = 3

The edge segment is going into west direction.