Click or drag to resize

DOTDumper Methods

The DOTDumper type exposes the following members.

Methods
  NameDescription
Public methodDispose
Disposes this object. If FinishDump has not been called yet, it is called. This allows using "using" with the dumper object.
Public methodDumpEdge
Dump an edge to the DOT language graph
Public methodDumpNode
Dump a node to the DOT language graph.
Public methodFinishDump
Finishes the dump and closes the file
Public methodFinishSubgraph
Finishes a subgraph
Public methodStatic memberGetColor
Gets the DOT string representation of a GrColor object.
Public methodStatic memberGetLineStyle
Gets the DOT string representation of a GrLineStyle object.
Public methodStatic memberGetNodeShape
Gets the DOT string representation of a GrNodeShape object.
Public methodStartSubgraph
Creates a new sub-graph to the DOT graph
Top
See Also