documentationfor yFiles for HTML 3.0.0.3

GroupHidingStage

An ILayoutStage that hides the group nodes of hierarchically grouped graphs.

Inheritance Hierarchy
LayoutStageBase
GroupHidingStage
Implemented Interfaces

Remarks

This stage removes all group nodes and adjacent edges from the graph before passing it to the coreLayout. 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
algorithms

Constructors

Properties

Methods