Table of Contents

Class CircularEdge

Namespace
Northwoods.Go.Layouts
Assembly
Northwoods.GoDiagram.WinForms.CircularLayout.dll

This holds CircularLayout-specific information about Links.

public class CircularEdge : Network<CircularVertex, CircularEdge, CircularLayout>.Edge
Inheritance
CircularEdge
Inherited Members

Remarks

This class inherits from Network<V, E, Y>.Edge.

Constructors

CircularEdge(CircularNetwork)

This constructs an edge that does not know about any Link and sets its network.

public CircularEdge(CircularNetwork network)

Parameters

network CircularNetwork