documentationfor yFiles for HTML 2.6

GroupedNodePlacer

This ITreeLayoutNodePlacer places the children of a local root in groups.

Inheritance Hierarchy
GroupedNodePlacer
Implemented Interfaces

Remarks

The groups are determined by the grouping of the edges that connect the children to its root. The placement of the groups is specified by a ITreeLayoutNodePlacer which will consider grouped children as one child. The children within a group are placed by another ITreeLayoutNodePlacer.

There are three edge groups whose target nodes are placed above each other

Type Details

yfiles module
layout-tree
yfiles-umd modules
layout-orthogonal-compact, layout-orthogonal, layout-tree, layout
Legacy UMD name
yfiles.tree.GroupedNodePlacer

See Also

Constructors

Methods