Select a node or a subset of nodes to assign a SubtreePlacer which defines
the layout style for its children.
Settings
40
Settings
Settings
Settings
Settings
1
Settings
1
40
40
Settings
Settings
1
1
1
1
1
20
Tree Layout Demo
Demonstrates the tree layout style and the different ways in which this layout can arrange
a node and its children.
With tree layout, each node can have a separate
ISubtreePlacer which is responsible for the arrangement of its children in
a certain style.
Configure the Subtree Placers
You can configure the subtree placer of the selected nodes in the right side panel.
Changing an option in the panel immediately updates the layout of the graph. A preview
demonstrates the chosen subtree style in a smaller context.
Some subtree placers offer rotation and mirroring of the subtree.
Toggle the Assistant marking for a single node by double-clicking on
it. They will show their effect when their parent node has
AssistantSubtreePlacer assigned.
Wide Tree has the same structure as the DefaultTree but is arranged
only using SingleLayerSubtreePlacer.
Category Tree uses SingleLayerSubtreePlacer to place the
categories in columns and arranges the nodes of each category stacked left-right.
General Graph is not a tree and uses the TreeReductionStage to
prepare the graph for TreeLayout. In this sample, non-tree edges are
routed with organic style.