Show / Hide Table of Contents

Enum GraphvizPageDirection

Enumeration of possible page directions.

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

Fields

Name Description
BL

Major order: Bottom to Top, Minor order: Left to Right.

BR

Major order: Bottom to Top, Minor order: Right to Left.

LB

Major order: Left to Right, Minor order: Bottom to Top.

LT

Major order: Left to Right, Minor order: Top to Bottom.

RB

Major order: Right to Left, Minor order: Bottom to Top.

RT

Major order: Right to Left, Minor order: Top to Bottom.

TL

Major order: Top to Bottom, Minor order: Left to Right.

TR

Major order: Top to Bottom, Minor order: Right to Left.

Extension Methods

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