Class ReingoldTilford
Inheritance
System.Object
ReingoldTilford
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GraphVisualizer
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 |