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