Class ReingoldTilford
Inheritance
System.Object
ReingoldTilford
Syntax
public class ReingoldTilford : IGraphLayout
Constructors
ReingoldTilford(Boolean)
Declaration
public ReingoldTilford(bool leftToRight = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
leftToRight |
|
Properties
edges
Declaration
public IEnumerable<Edge> edges { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IEnumerable<Edge> |
|
Implements
leftToRight
Declaration
public bool leftToRight { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
vertices
Declaration
public IEnumerable<Vertex> vertices { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IEnumerable<Vertex> |
|
Implements
Methods
CalculateLayout(Graph)
Declaration
public void CalculateLayout(Graph graph)
Parameters
| Type |
Name |
Description |
| Graph |
graph |
|
Implements