This interface is used by classes that are capable of generating a layer
assignment.
Namespace: yWorks.yFiles.Layout.Hierarchic.IncrementalAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
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.
The OldLayererWrapper class can be used to wrap existing implementations of the ILayerer interface from the y.layout.hierarchic package.