Property | Value |
---|---|
Identifier: | org.eclipse.elk.mrtree |
Meta Data Provider: | options.MrTreeMetaDataProvider |
Tree-based algorithm provided by the Eclipse Layout Kernel. Computes a spanning tree of the input graph and arranges all nodes according to the resulting parent-children hierarchy. I pity the fool who doesn’t use Mr. Tree Layout.
Specialized layout methods for trees, i.e. acyclic graphs. The regular structure of graphs that have no undirected cycles can be emphasized using an algorithm of this type.
Name | Description |
---|---|
Disconnected | Multiple connected components. |
Option | Default Value |
---|---|
Aspect Ratio | 1.6f |
Debug Mode | false |
Node Label Placement | NodeLabelPlacement.fixed() |
Node Size Constraints | EnumSet.noneOf(SizeConstraint) |
Node Size Minimum | new KVector(0, 0) |
Node Size Options | EnumSet.of(SizeOptions.DEFAULT_MINIMUM_SIZE) |
Node Spacing | 20 |
Omit Node Micro Layout | false |
Padding | new ElkPadding(20) |
Port Label Placement | PortLabelPlacement.outside() |
Priority | 1 |
Search Order | TreeifyingOrder.DFS |
Separate Connected Components | true |
Weighting of Nodes | OrderWeighting.DESCENDANTS |