A hull layouter that invokes another layout algorithm on a copy of its input
graph.
Namespace: yWorks.yFiles.LayoutAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class BufferedLayouter : AbstractLayoutStage |
| Visual Basic |
|---|
Public Class BufferedLayouter _ Inherits AbstractLayoutStage |
Remarks
A hull layouter that invokes another layout algorithm on a copy of its input
graph.
After the layout process has finished the calculated layout
will be either written back to the original graph or
will be provided as a separate graph layout information
in terms of the original input graph.
This class also provides the possibility to perform arbitrary
layout algorithms merely on a graph interface plus associated
graph layout. This comes in handy if an application has its own
graph and merely provides an graph interface adapter to the yFiles
graph layout machinery.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.Layout..::..AbstractLayoutStage
yWorks.yFiles.Layout..::..BufferedLayouter
yWorks.yFiles.Layout..::..AbstractLayoutStage
yWorks.yFiles.Layout..::..BufferedLayouter