Class SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.Data
Base class for any SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.IData.
Inheritance
System.Object
SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.Data
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
protected abstract class Data : SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.IData
Fields
| Improve this Doc View SourceShifts
Shifts
Declaration
public readonly double[] Shifts
Field Value
Type | Description |
---|---|
System.Double[] |
Sinks
Sinks.
Declaration
public readonly SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.Data[] Sinks
Field Value
Type | Description |
---|---|
SugiyamaLayoutAlgorithm.Data<>[] |
Properties
| Improve this Doc View SourcePosition
Data position.
Declaration
public int Position { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |