documentationfor yFiles for HTML 2.6

WeightedLayerer

This class implements the layering phase of the HierarchicLayout (i.e., the assignment of the nodes to layers).

Inheritance Hierarchy
WeightedLayerer
Implemented Interfaces

Remarks

It first makes the directed graph acyclic. Then, it assigns the layers such that edge weights are respected. A weight defines a minimum distance between the two end points of an edge.

Default Values of Properties

maximumDuration<code>0x7FFFFFFF</code>The layout algorithm runs unrestricted.
weightedCycleRemovalfalseThe DFS based approach is used.

Type Details

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

See Also

Constructors

Properties

Methods

Fields