Show / Hide Table of Contents

Enum GraphvizArrowClipping

Enumeration of possible arrow clippings. See more

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

Fields

Name Description
Left

Clip the shape, leaving only the part to the left of the edge.

None

No clipping.

Right

Clip the shape, leaving only the part to the right of the edge.

Extension Methods

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