documentationfor yFiles for HTML 3.0.0.2

AssistantSubtreePlacer

The AssistantSubtreePlacer places nodes that are marked as assistants left and right of their parents and all other nodes below the assistant nodes.

Inheritance Hierarchy
AssistantSubtreePlacer
Implemented Interfaces

Remarks

Layout Style

Assistants are marked

Concept

This ISubtreePlacer delegates the placement of all assistant nodes to an instance of LeftRightSubtreePlacer. The non-assistant nodes are handled by another subtree placer. To be able to do this, AssistantSubtreePlacer uses an ISubtreePlacerProcessor which prepares the graph for node placing.

Nodes can be defined as assistant nodes with assistantNodes.

Default Values of Properties

childSubtreePlacerSingleLayerSubtreePlacerA with root alignment, edge routing style, and transformation matrix applied.
spacing20

Type Details

yFiles module
algorithms

See Also

This subtree placer produces the best results when using an ITreeLayoutPortAssigner that starts all edges at the same port. If the ports are distributed along the border, edge crossings may occur.

Constructors

Properties

Methods

Constants