documentationfor yFiles for HTML 2.6

SequentialLayout

A SequentialLayout allows for chaining multiple layout algorithms.

Inheritance Hierarchy
SequentialLayout
Implemented Interfaces

Remarks

The layout algorithms are invoked one after the other in the order in which they were added to the chain. They all run independently of each other, i.e., they only influence each other by the changed input graph. Hence, the sequence determines the result.

One possible application would be to bundle several layout algorithms and pass a single ILayoutAlgorithm instance to a BufferedLayout.

Type Details

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

Constructors

Properties

Methods