GraphvizAlgorithm<'TVertex, 'TEdge>
Namespace: QuickGraph.Graphviz
An algorithm that renders a graph to the Graphviz DOT format.
Constructors
Constructor | Description |
new(g)
Signature: g:IEdgeListGraph<'TVertex,'TEdge> -> unit
|
|
new(g, path, imageType)
Signature: (g:IEdgeListGraph<'TVertex,'TEdge> * path:string * imageType:GraphvizImageType) -> unit
|
Instance members
Instance member | Description |
CommonEdgeFormat
Signature: GraphvizEdge
|
|
CommonVertexFormat
Signature: GraphvizVertex
|
|
Escape(value)
Signature: value:string -> string
|
|
FormatCluster
Signature: IEvent<FormatClusterEventHandler<'TVertex,'TEdge>,FormatClusterEventArgs<'TVertex,'TEdge>>
|
|
FormatEdge
Signature: IEvent<FormatEdgeAction<'TVertex,'TEdge>,FormatEdgeEventArgs<'TVertex,'TEdge>>
|
|
FormatVertex
Signature: IEvent<FormatVertexEventHandler<'TVertex>,FormatVertexEventArgs<'TVertex>>
|
|
Generate()
Signature: unit -> string
|
|
Generate(dot, outputFileName)
Signature: (dot:IDotEngine * outputFileName:string) -> string
|
|
GraphFormat
Signature: GraphvizGraph
|
|
ImageType()
Signature: unit -> unit
|
Current image output type |
Output
Signature: StringWriter
|
Dot output stream. |
VisitedGraph()
Signature: unit -> unit
|