Factory that consistently creates and destroys helper structures in the
graph during layout.
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 IItemFactory |
| Visual Basic |
|---|
Public Interface IItemFactory |
Remarks
Factory that consistently creates and destroys helper structures in the
graph during layout.
An implementation of this interface is provided by the
HierarchicLayouter
during the layout for the different sub modules.
It is mainly for internal use.
It is mainly for internal use.