Container class that manages multiple
ILayer
instances.
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 ILayers |
| Visual Basic |
|---|
Public Interface ILayers |
Remarks
Container class that manages multiple
ILayer
instances.
HierarchicLayouter
creates instances of this class and passes them
to the instances that handle the various subtasks of the layout process during
automatic layout. Method
CreateInstance()()()()
can be used like a factory
method to obtain temporary Layers instances.