Property | Value |
---|---|
Type: | advanced |
Identifier: | org.eclipse.elk.topdown.nodeType |
Meta Data Provider: | core.options.CoreOptions |
Value Type: | org.eclipse.elk.core.options.TopdownNodeTypes (Enum) |
Possible Values: | PARALLEL_NODE HIERARCHICAL_NODE ROOT_NODE |
Default Value: | null (as defined in org.eclipse.elk ) |
Applies To: | nodes |
Dependencies: | org.eclipse.elk.nodeSize.fixedGraphSize |
Containing Group: | topdown |
The different node types used for topdown layout. If the node type is set to {@link TopdownNodeTypes.PARALLEL_NODE} the algorithm must be set to a {@link TopdownLayoutProvider} such as {@link TopdownPacking}. The {@link nodeSize.fixedGraphSize} option is technically only required for hierarchical nodes.