documentationfor yFiles for HTML 2.6

HideGroupsStage

A layout stage that hides the group nodes of hierarchically grouped graphs.

Inheritance Hierarchy
LayoutStageBase
HideGroupsStage
Implemented Interfaces

Remarks

This stage removes all group nodes and adjacent edges from the graph before passing it to the core layout algorithm. After the core layout algorithm has arranged the graph, the hidden elements will be reinserted.

This stage is used by layout algorithms that cannot handle grouped graphs.

Default Values of Properties

hidingEmptyGroupNodestrueAll group nodes will be hidden.
resetEdgePathsfalseThis stage does not reset the path of edges incident to group nodes.

Type Details

yfiles module
layout-core
yfiles-umd modules
All layout modules, view-layout-bridge
Legacy UMD name
yfiles.layout.HideGroupsStage

See Also

Constructors

Properties

Methods