documentationfor yFiles for HTML 2.6

CompositeLayoutStage

CompositeLayoutStage allows for combining multiple ILayoutStages.

Inheritance Hierarchy
LayoutStageBase
CompositeLayoutStage
Implemented Interfaces

Remarks

The ILayoutStages are organized in a pipeline where additional ILayoutStages can be prepended or appended.

Each ILayoutStage in the pipeline executes its pre-processing code before calling its successor ILayoutStage. Then, after all subsequent ILayoutStages have finished, it will execute its post-processing code.

Note that the pipeline only works when all ILayoutStages call their core layout algorithm which is the next ILayoutStage in the pipeline.

Type Details

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

See Also

Constructors

Properties

Methods