documentationfor yFiles for HTML 2.6

Extending Types

AssistantNodePlacerThe AssistantNodePlacer places nodes that are marked as assistants left and right of their parents and all other nodes below the assistant nodes.
BusNodePlacerThe BusNodePlacer creates a bus to which all child nodes and the local root node are connected.
DelegatingNodePlacerDelegatingNodePlacer delegates the arrangement of the children to two different ITreeLayoutNodePlacers.
DoubleLineNodePlacerThe DoubleLineNodePlacer arranges the children of a local root alternating in two lines.
FreeNodePlacerA FreeNodePlacer is a simple pseudo-placer.
GridNodePlacerThe GridNodePlacer arranges the shapes of the children of a local root in a grid.
LayeredNodePlacerA LayeredNodePlacer arranges the nodes of a subtree respecting layers.
LeftRightNodePlacerThe LeftRightNodePlacer arranges the children in a subtree on the left and the right of a vertical bus.
SimpleNodePlacerThe SimpleNodePlacer arranges all children of a local root in a single row.