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.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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