Show / Hide Table of Contents

Enum GraphvizRankDirection

Enumeration of possible rank directions.

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

Fields

Name Description
LR

Left to right.

TB

Top to bottom.

Extension Methods

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