Packagecom.yworks.yfiles.layout.tree
Classpublic class NodePlacerCompanion
InheritanceNodePlacerCompanion 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
  DIRECTION_ANY : int = -1
[static] Byte constant that is an argument to the main method, indicating that any connector direction can be used for the connection to the parent node.
NodePlacerCompanion
  DIRECTION_EAST : int = 1
[static] Byte constant that is an argument to the main method, indicating that the connector direction to the parent node should end in a segment that can be extended by a segment that goes into east direction.
NodePlacerCompanion
  DIRECTION_NONE : int = -2
[static] Byte constant that is as argument to the main method, indicating that no connector should be calculated.
NodePlacerCompanion
  DIRECTION_NORTH : int = 0
[static] Byte constant that is an argument to the main method, indicating that the connector direction to the parent node should end in a segment that can be extended by a segment that goes into north direction.
NodePlacerCompanion
  DIRECTION_SOUTH : int = 2
[static] Byte constant that is an argument to the main method, indicating that the connector direction to the parent node should end in a segment that can be extended by a segment that goes into south direction.
NodePlacerCompanion
  DIRECTION_WEST : int = 3
[static] Byte constant that is an argument to the main method, indicating that the connector direction to the parent node should end in a segment that can be extended by a segment that goes into west direction.
NodePlacerCompanion
Constant Detail
DIRECTION_ANYConstant
public static const DIRECTION_ANY:int = -1

Byte constant that is an argument to the main method, indicating that any connector direction can be used for the connection to the parent node.

DIRECTION_EASTConstant 
public static const DIRECTION_EAST:int = 1

Byte constant that is an argument to the main method, indicating that the connector direction to the parent node should end in a segment that can be extended by a segment that goes into east direction.

DIRECTION_NONEConstant 
public static const DIRECTION_NONE:int = -2

Byte constant that is as argument to the main method, indicating that no connector should be calculated.

DIRECTION_NORTHConstant 
public static const DIRECTION_NORTH:int = 0

Byte constant that is an argument to the main method, indicating that the connector direction to the parent node should end in a segment that can be extended by a segment that goes into north direction.

DIRECTION_SOUTHConstant 
public static const DIRECTION_SOUTH:int = 2

Byte constant that is an argument to the main method, indicating that the connector direction to the parent node should end in a segment that can be extended by a segment that goes into south direction.

DIRECTION_WESTConstant 
public static const DIRECTION_WEST:int = 3

Byte constant that is an argument to the main method, indicating that the connector direction to the parent node should end in a segment that can be extended by a segment that goes into west direction.