NodePlacer implementation based on rank-assignment .

Namespace: yWorks.yFiles.Layout.Hierarchic.Incremental
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class SimplexNodePlacer : INodePlacer
Visual Basic
Public Class SimplexNodePlacer _
	Implements INodePlacer

Remarks

NodePlacer implementation based on rank-assignment . The drawer works with integer values and rounds double values to integers using sophisticated quantizing.

Inheritance Hierarchy

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

See Also