Packagecom.yworks.yfiles.layout.multipage
Classpublic class EdgeInfoCompanion
InheritanceEdgeInfoCompanion 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_CONNECTOR : int = 1
[static] Edge type specifier.
EdgeInfoCompanion
  TYPE_NORMAL : int = 0
[static] Edge type specifier.
EdgeInfoCompanion
  TYPE_PROXY : int = 3
[static] Edge type specifier.
EdgeInfoCompanion
  TYPE_PROXY_REFERENCE : int = 2
[static] Edge type specifier.
EdgeInfoCompanion
Constant Detail
TYPE_CONNECTORConstant
public static const TYPE_CONNECTOR:int = 1

Edge type specifier. This value specifies that the edge is connected to a connector node (a node of type com.yworks.yfiles.layout.multipage.NodeInfoCompanion.TYPE_CONNECTOR ), i.e., it represents an edge of the input graph whose endpoints lie on different pages.

See also

TYPE_NORMALConstant 
public static const TYPE_NORMAL:int = 0

Edge type specifier. This value specifies that the edge is a normal edge, i.e., it does not belong to another type.

See also

TYPE_PROXYConstant 
public static const TYPE_PROXY:int = 3

Edge type specifier. This value specifies that the edge is connected to a proxy node (a node of type com.yworks.yfiles.layout.multipage.NodeInfoCompanion.TYPE_PROXY ), i.e., a node that is a proxy of an original node lying on another page.

See also

TYPE_PROXY_REFERENCEConstant 
public static const TYPE_PROXY_REFERENCE:int = 2

Edge type specifier. This value specifies that the edge is connected to a proxy reference node (a node of type com.yworks.yfiles.layout.multipage.NodeInfoCompanion.TYPE_PROXY_REFERENCE ), i.e., a node that refers to a proxy of an original node lying on another page.

See also