This class implements a variant of the GRIP algorithm by
P Gajer and SG Kobourov: "Graph Drawing with
Intelligent Placement".
Namespace: yWorks.yFiles.Layout.OrganicAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class GRIP : CanonicMultiStageLayouter |
| Visual Basic |
|---|
Public Class GRIP _ Inherits CanonicMultiStageLayouter |
Remarks
This class implements a variant of the GRIP algorithm by
P Gajer and SG Kobourov: "Graph Drawing with
Intelligent Placement". It implements ideas of the GUIDE algorithm,
and fixes some bugs from the original algorithm and implementation.
Additionally several important parts of the algorithm have been drastically
improved.
This layout is especially suited for huge diagrams, that would normally
be laid out using an Organic layout. It leads to perfect results for
mesh-like graph structures.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.Layout..::..CanonicMultiStageLayouter
yWorks.yFiles.Layout.Organic..::..GRIP
yWorks.yFiles.Layout..::..CanonicMultiStageLayouter
yWorks.yFiles.Layout.Organic..::..GRIP