Show / Hide Table of Contents

Enum CompoundVertexInnerLayoutType

Enumeration of possible vertex inner layout type.

Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public enum CompoundVertexInnerLayoutType

Fields

Name Description
Automatic

Automatic layout.

ContextFree

Context free layout.

Contextual

Contextual layout.

Fixed

Fixed layout.

Extension Methods

GraphHelpers.GetDistances<TVertex, TEdge, CompoundVertexInnerLayoutType>()
GraphHelpers.GetDiameter<TVertex, TEdge, CompoundVertexInnerLayoutType>()
GraphHelpers.GetDiameter<TVertex, TEdge, CompoundVertexInnerLayoutType>(Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape