documentationfor yFiles for HTML 2.6

Properties

rootAlignmentin DoubleLineNodePlacerGets or sets the RootAlginment that defines how the root node is aligned with its children and their shapes.
rootAlignmentin GridNodePlacerGets or sets the RootAlginment that defines how the root node is aligned with its children and their shapes.
rootAlignmentin LayeredNodePlacerGets or sets the RootAlginment that defines how the root node is aligned with its children and their shapes.
rootAlignmentin SimpleNodePlacerGets or sets the RootAlignment that defines how the root node is aligned with its children and their shapes.

Fields

BUS_ALIGNEDin GridNodePlacerHorizontal RootNodeAlignment with the bus of the grid so that the position of the root depends on the selected bus placement.
ALLin RootNodeAlignmentAn array containing all supported RootNodeAlignments.
CENTERin RootNodeAlignmentHorizontal RootNodeAlignment at the center of the subtrees.
CENTER_OVER_CHILDRENin RootNodeAlignmentHorizontal alignment at the center of the children.
LEADINGin RootNodeAlignmentHorizontal RootNodeAlignment left of the children.
LEFTin RootNodeAlignmentHorizontal RootNodeAlignment at the left side.
MEDIANin RootNodeAlignmentHorizontal RootNodeAlignment at the median child node.
RIGHTin RootNodeAlignmentHorizontal RootNodeAlignment at the right side.
TRAILINGin RootNodeAlignmentHorizontal RootNodeAlignment right of the children.

Method Parameters

DoubleLineNodePlacer (RotatableNodePlacerMatrix?, )in DoubleLineNodePlacerCreates a new DoubleLineNodePlacer instance whose direction is specified by the given modification matrix.
GridNodePlacer (RotatableNodePlacerMatrix?, RootNodeAlignment?, )in GridNodePlacerCreates a new GridNodePlacer instance with the given modification matrix and root alignment.
LayeredNodePlacer (RotatableNodePlacerMatrix?, Object?, )in LayeredNodePlacerCreates a new LayeredNodePlacer instance whose direction is specified by the given modification matrix.
SimpleNodePlacer (RotatableNodePlacerMatrix?, RootNodeAlignment?, )in SimpleNodePlacerCreates a new SimpleNodePlacer instance that uses the given modification matrix and root alignment.