Click or drag to resize

VCGDumper Methods

The VCGDumper 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 VCG graph
Public methodDumpNode Dump a node to the VCG graph.
Public methodFinishDump Finishes the dump and closes the file
Public methodFinishSubgraph Finishes a subgraph
Public methodStatic memberGetColor Gets the VCG string representation of a GrColor object.
Public methodStatic memberGetLineStyle Gets the VCG string representation of a GrLineStyle object.
Public methodStatic memberGetNodeShape Gets the VCG string representation of a GrNodeShape object.
Public methodStartSubgraph Creates a new sub-graph to the VCG graph
Top
See Also