VCGDumper Class |
public class VCGDumper : IDumper, IDisposable
The VCGDumper type exposes the following members.
| Name | Description | |
|---|---|---|
| VCGDumper(String) | Initializes a new instance of the VCGDumper with standard flags (VCGFlags.OrientBottomToTop) and the "Orthogonal" layouter. | |
| VCGDumper(String, VCGFlags, String) | Initializes a new instance of the VCGDumper. |
| Name | Description | |
|---|---|---|
| Dispose | Disposes this object. If FinishDump has not been called yet, it is called. This allows using "using" with the dumper object. | |
| DumpEdge | Dump an edge to the VCG graph | |
| DumpNode | Dump a node to the VCG graph. | |
| FinishDump | Finishes the dump and closes the file | |
| FinishSubgraph | Finishes a subgraph | |
| GetColor | Gets the VCG string representation of a GrColor object. | |
| GetLineStyle | Gets the VCG string representation of a GrLineStyle object. | |
| GetNodeShape | Gets the VCG string representation of a GrNodeShape object. | |
| StartSubgraph | Creates a new sub-graph to the VCG graph |