This class is used by HierarchicLayouter during the various phases to determine the routing details of the graph's edges.

Namespace: yWorks.yFiles.Layout.Hierarchic.Incremental
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class EdgeLayoutDescriptor
Visual Basic
Public Class EdgeLayoutDescriptor

Remarks

This class is used by HierarchicLayouter during the various phases to determine the routing details of the graph's edges.
Note: not all of these values will be used for all kinds of edges and any kind of algorithm.
This class is designed as a class to allow for future additions of new getter methods.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Hierarchic.Incremental..::..EdgeLayoutDescriptor

See Also