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

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 NodeLayoutDescriptor
Visual Basic
Public Class NodeLayoutDescriptor

Remarks

This class is used by HierarchicLayouter during the various phases to determine the drawing details of the graph's nodes.
Note: not all of these values will be used for all kinds of nodes and any kind of algorithm used.
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..::..NodeLayoutDescriptor

See Also