The BusPlacer is a special NodePlacer that creates a bus where all child nodes and the root node are connected to.
The BusPlacer is rotatable using the constructor BusPlacer(AbstractRotatableNodePlacer..::..Matrix) .

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

Syntax

C#
public class BusPlacer : AbstractRotatableNodePlacer
Visual Basic
Public Class BusPlacer _
	Inherits AbstractRotatableNodePlacer

Remarks

The BusPlacer is a special NodePlacer that creates a bus where all child nodes and the root node are connected to.
The BusPlacer is rotatable using the constructor BusPlacer(AbstractRotatableNodePlacer..::..Matrix) .

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Tree..::..AbstractRotatableNodePlacer
    yWorks.yFiles.Layout.Tree..::..BusPlacer

See Also