Show / Hide Table of Contents

Namespace QuikGraph.MSAGL

Classes

MsaglDefaultGraphPopulator<TVertex, TEdge>

Default MSAGL graph populator.

MsaglEdgeEventArgs<TVertex, TEdge>

Arguments of an event related to an MSAGL edge.

MsaglGraphExtensions

Extensions related to MSAGL bridge.

MsaglGraphPopulator<TVertex, TEdge>

Base class for MSAGL graph populator.

MsaglIdentifiableGraphPopulator<TVertex, TEdge>

MSAGL graph populator (using identifiable vertices).

MsaglToStringGraphPopulator<TVertex, TEdge>

MSAGL graph populator (with string formatting).

MsaglVertexEventArgs<TVertex>

Arguments of an event related to an MSAGL vertex.

Delegates

MsaglEdgeEventHandler<TVertex, TEdge>

Delegate for an handler dealing with a edge.

MsaglVertexNodeEventHandler<TVertex>

Delegate to for an handler dealing with a MSAGL vertex.

In This Article
Back to top QuikGraph