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

Node type specifier. This value specifies that the node is a connector node, i.e., a node that represents a jump mark to another connector node. Such a connector pair is used to represent edges that connects two nodes on different pages.

See also

TYPE_GROUPConstant 
public static const TYPE_GROUP:int = 1

Node type specifier. This value specifies that the node is a group node, i.e., a node that contains other nodes.

See also

TYPE_NORMALConstant 
public static const TYPE_NORMAL:int = 0

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

See also

TYPE_PROXYConstant 
public static const TYPE_PROXY:int = 2

Node type specifier. This value specifies that the node is a proxy node, i.e., it is a copy of a normal node.

See also

TYPE_PROXY_REFERENCEConstant 
public static const TYPE_PROXY_REFERENCE:int = 3

Node type specifier. This value specifies that the node is a proxy reference node, i.e., it refers to a proxy node.

See also