Packagecom.yworks.yfiles.layout.hierarchic.incremental
Classpublic class EdgeDataConstants
InheritanceEdgeDataConstants Inheritance YObject Inheritance Object



Public Methods
 MethodDefined By
 Inherited
equals(o:Object):Boolean
YObject
 Inherited
getClass():Class
YObject
 Inherited
hashCode():int
YObject
Public Constants
 ConstantDefined By
  TYPE_DIRECT_SAME_LAYER_EDGE : int = 4
[static] Describes a same layer edge that connects two neighbouring nodes directly.
EdgeDataConstants
  TYPE_GROUP_BORDER_EDGE : int = 6
[static] Describes an edge that connects group border nodes in adjacent layers
EdgeDataConstants
  TYPE_GROUP_NODE_INTERCONNECTOR : int = 3
[static] Describes an edge that connects two group nodes.
EdgeDataConstants
  TYPE_NON_DIRECT_SAME_LAYER_EDGE : int = 5
[static] Describes a same layer edge that connects two neighbouring nodes directly.
EdgeDataConstants
  TYPE_NORMAL : int = 0
[static] Describes a normal edge.
EdgeDataConstants
  TYPE_REDIRECTED_GROUP_EDGE : int = 7
[static] Describes an edge that has been added temporarily to replace an edge connected to a group node
EdgeDataConstants
  TYPE_SOURCE_GROUP_NODE_CONNECTOR : int = 1
[static] Describes an edge that connects to a source group node.
EdgeDataConstants
  TYPE_TARGET_GROUP_NODE_CONNECTOR : int = 2
[static] Describes an edge that connects to a target group node.
EdgeDataConstants
Constant Detail
TYPE_DIRECT_SAME_LAYER_EDGEConstant
public static const TYPE_DIRECT_SAME_LAYER_EDGE:int = 4

Describes a same layer edge that connects two neighbouring nodes directly.

TYPE_GROUP_BORDER_EDGEConstant 
public static const TYPE_GROUP_BORDER_EDGE:int = 6

Describes an edge that connects group border nodes in adjacent layers

TYPE_GROUP_NODE_INTERCONNECTORConstant 
public static const TYPE_GROUP_NODE_INTERCONNECTOR:int = 3

Describes an edge that connects two group nodes.

TYPE_NON_DIRECT_SAME_LAYER_EDGEConstant 
public static const TYPE_NON_DIRECT_SAME_LAYER_EDGE:int = 5

Describes a same layer edge that connects two neighbouring nodes directly.

TYPE_NORMALConstant 
public static const TYPE_NORMAL:int = 0

Describes a normal edge.

TYPE_REDIRECTED_GROUP_EDGEConstant 
public static const TYPE_REDIRECTED_GROUP_EDGE:int = 7

Describes an edge that has been added temporarily to replace an edge connected to a group node

TYPE_SOURCE_GROUP_NODE_CONNECTORConstant 
public static const TYPE_SOURCE_GROUP_NODE_CONNECTOR:int = 1

Describes an edge that connects to a source group node.

TYPE_TARGET_GROUP_NODE_CONNECTORConstant 
public static const TYPE_TARGET_GROUP_NODE_CONNECTOR:int = 2

Describes an edge that connects to a target group node.