This interface is used by classes that are capable of generating a layer assignment.

Namespace: yWorks.yFiles.Layout.Hierarchic.Incremental
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface ILayerer
Visual Basic
Public Interface ILayerer

Remarks

This interface is used by classes that are capable of generating a layer assignment. Layer assignment takes place during the first part of the algorithm in hierarchic layout algorithms. Each node in the graph is assigned to a layer.
The OldLayererWrapper class can be used to wrap existing implementations of the ILayerer interface from the y.layout.hierarchic package.

See Also