documentationfor yFiles for HTML 2.6

GivenLayersLayerer

This layering algorithm implementation assigns nodes to layers given a mapping of nodes to layer IDs.

Inheritance Hierarchy
GivenLayersLayerer
Implemented Interfaces

Remarks

The layer IDs are given by a IDataProvider that returns the integer layer ID of each node of the graph. Nodes with the same ID are in the same layer while the layers are sorted according to their IDs such that the smallest ID represents the top layer.

Type Details

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

See Also

Constructors

Methods

Constants