documentationfor yFiles for HTML 2.6

DefaultLayerSequencer

This class is a ISequencer implementation that performs the second phase of the Sugiyama algorithm.

Inheritance Hierarchy
DefaultLayerSequencer
Implemented Interfaces

Remarks

It minimizes the crossings in the diagram by using either the barycentric or median heuristic.

Default Values of Properties

groupTranspositionfalseThe group transposition rule is disabled.
maximumDuration<code>0x7FFFFFFF</code>The algorithm runs unrestricted.
randomizationRounds50The number of randomized rounds is 50, if the is limited this value may be automatically reduced to 14.
transpositiontrueThe transposition rule is active.
weightHeuristicBARYCENTERA barycenter heuristic is used.

Type Details

yfiles module
layout-hierarchic
yfiles-umd modules
layout-familytree, layout-hierarchic, layout-radial, layout
Legacy UMD name
yfiles.hierarchic.DefaultLayerSequencer

See Also

Constructors

Properties

Methods