Show / Hide Table of Contents

Enum GraphvizSplineType

Enumeration of possible spline types. See details

Namespace: QuikGraph.Graphviz.Dot
Assembly: QuikGraph.Graphviz.dll
Syntax
[Serializable]
public enum GraphvizSplineType

Fields

Name Description
Curved

Edges drawn as curved arcs.

Line

Edges drawn with line segments.

None

No edge drawn.

Ortho

Edges drawn with orthogonal lines.

Polyline

Edges drawn as polylines.

Spline

Edges drawn as splines routed by around nodes.

Extension Methods

GraphMLExtensions.SerializeToGraphML<TVertex, TEdge, GraphvizSplineType>(String)
GraphMLExtensions.SerializeToGraphML<TVertex, TEdge, GraphvizSplineType>(String, VertexIdentity<TVertex>, EdgeIdentity<TVertex, TEdge>)
GraphMLExtensions.SerializeToGraphML<TVertex, TEdge, GraphvizSplineType>(XmlWriter)
GraphMLExtensions.SerializeToGraphML<TVertex, TEdge, GraphvizSplineType>(XmlWriter, VertexIdentity<TVertex>, EdgeIdentity<TVertex, TEdge>)
GraphMLExtensions.DeserializeFromGraphML<TVertex, TEdge, GraphvizSplineType>(XmlReader, IdentifiableVertexFactory<TVertex>, IdentifiableEdgeFactory<TVertex, TEdge>)
GraphMLExtensions.DeserializeFromGraphML<TVertex, TEdge, GraphvizSplineType>(TextReader, IdentifiableVertexFactory<TVertex>, IdentifiableEdgeFactory<TVertex, TEdge>)
GraphMLExtensions.DeserializeFromGraphML<TVertex, TEdge, GraphvizSplineType>(String, IdentifiableVertexFactory<TVertex>, IdentifiableEdgeFactory<TVertex, TEdge>)
GraphMLExtensions.DeserializeAndValidateFromGraphML<TVertex, TEdge, GraphvizSplineType>(TextReader, IdentifiableVertexFactory<TVertex>, IdentifiableEdgeFactory<TVertex, TEdge>)
SerializationExtensions.SerializeToXml<TVertex, TEdge, GraphvizSplineType>(XmlWriter, VertexIdentity<TVertex>, EdgeIdentity<TVertex, TEdge>, String, String, String, String)
SerializationExtensions.SerializeToXml<TVertex, TEdge, GraphvizSplineType>(XmlWriter, VertexIdentity<TVertex>, EdgeIdentity<TVertex, TEdge>, String, String, String, String, Action<XmlWriter, GraphvizSplineType>, Action<XmlWriter, TVertex>, Action<XmlWriter, TEdge>)
  • Improve this Doc
  • View Source
In This Article
Back to top QuikGraph