documentationfor yFiles for HTML 3.0.0.3

MultiComponentLayerAssigner

This class is a wrapper ILayerAssigner implementation that delegates the actual layering to a delegate ILayerAssigner.

Inheritance Hierarchy
MultiComponentLayerAssigner
Implemented Interfaces

Remarks

If the graph consists of multiple components, they will be identified and sorted, and each of the components will be layered separately using the delegate ILayerAssigner instance. After that, they will all be merged using the method merge and according to a specified mergingPolicy.

Default Values of Properties

mergingPolicyADD_RIGHT_TOP_ALIGNEDNodes of the source layering are to the right of the target layering and all nodes are top-aligned.

Type Details

yFiles module
algorithms

Constructors

Properties

Methods