This class implements the third phase of the hierarchic layout algorithm.
Namespace: yWorks.yFiles.Layout.HierarchicAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class MedianLinearSegmentDrawer : AbstractDrawer |
| Visual Basic |
|---|
Public Class MedianLinearSegmentDrawer _ Inherits AbstractDrawer |
Remarks
This class implements the third phase of the hierarchic layout algorithm.
Edges are represented as polylines with at most two bends.
The algorithm has linear running time and is based on the article [BK01]:
U. Brandes and B. Koepf, Fast and Simple Horizontal Coordinate Assignment,
Proceedings of 9th Symposium of Graph Drawing, LNCS, 2001.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.Layout.Hierarchic..::..AbstractDrawer
yWorks.yFiles.Layout.Hierarchic..::..MedianLinearSegmentDrawer
yWorks.yFiles.Layout.Hierarchic..::..AbstractDrawer
yWorks.yFiles.Layout.Hierarchic..::..MedianLinearSegmentDrawer