Class SpiralEdge
This holds SpiralLayout-specific information about Links.
Namespace: Northwoods.Go.Layouts.Extensions
Assembly: SpiralAvalonia.dll
Syntax
public class SpiralEdge : Network<SpiralVertex, SpiralEdge, SpiralLayout>.Edge
Remarks
This class inherits from Network<V, E, Y>.Edge.
Constructors
SpiralEdge(SpiralNetwork)
This constructs an edge that does not know about any Link and sets its network.
Declaration
public SpiralEdge(SpiralNetwork network)
Parameters
Type | Name | Description |
---|---|---|
SpiralNetwork | network |