This is the interface to the node layering phase of the hierarchic layouter.
Namespace: yWorks.yFiles.Layout.HierarchicAssembly: 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 is the interface to the node layering phase of the hierarchic layouter.
Implementations of this class must partition the nodes of the input graph
in hierarchic layers.
- Implementing Classes:
- AsIsLayerer , BFSLayerer , ConstraintLayerer , GivenLayersLayerer , TopologicalLayerer , WeightedLayerer