Usages of IFromSketchSubtreePlacer
Implementing Types
AspectRatioSubtreePlacer | This ISubtreePlacer places the subtrees such that the overall aspect ratio of the arranged subtree will be close to the specified aspect ratio. | |
AssistantSubtreePlacer | The AssistantSubtreePlacer places nodes that are marked as assistants left and right of their parents and all other nodes below the assistant nodes. | |
DendrogramSubtreePlacer | The DendrogramSubtreePlacer arranges subtrees in a dendrogram-like style. | |
DoubleLayerSubtreePlacer | The DoubleLayerSubtreePlacer arranges the subtrees of a local root alternating in two layers. | |
FixedSubtreePlacer | A FixedSubtreePlacer keeps the current position of the subtrees and routes the edges. | |
LeftRightSubtreePlacer | The LeftRightSubtreePlacer arranges the children in a subtree on the left and the right of a vertical bus. | |
LevelAlignedSubtreePlacer | A LevelAlignedSubtreePlacer arranges the nodes of a subtree into layers such that nodes on the same level/depth are aligned. | |
MultiLayerSubtreePlacer | The MultiLayerSubtreePlacer arranges the children/subtrees of a local root into multiple layers. | |
SingleLayerSubtreePlacer | The SingleLayerSubtreePlacer arranges the subtrees of a local root in a single layer. |