Table of Contents

Class SpiralVertex

Namespace
Northwoods.Go.Layouts.Extensions
Assembly
SpiralWinForms.dll

This holds SpiralLayout-specific information about Nodes.

public class SpiralVertex : Network<SpiralVertex, SpiralEdge, SpiralLayout>.Vertex
Inheritance
SpiralVertex
Inherited Members

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.

public SpiralVertex(SpiralNetwork network)

Parameters

network SpiralNetwork