![]() | DOTDumper Class |
public class DOTDumper : IDumper, IDisposable
The DOTDumper type exposes the following members.
Name | Description | |
---|---|---|
![]() | DOTDumper(String, String) | Initializes a new instance of the DOTDumper with standard flags (VCGFlags.OrientBottomToTop). |
![]() | DOTDumper(String, String, VCGFlags) | Initializes a new instance of the DOTDumper. |
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 DOT language graph |
![]() | DumpNode | Dump a node to the DOT language graph. |
![]() | FinishDump | Finishes the dump and closes the file |
![]() | FinishSubgraph | Finishes a subgraph |
![]() ![]() | GetColor | Gets the DOT string representation of a GrColor object. |
![]() ![]() | GetLineStyle | Gets the DOT string representation of a GrLineStyle object. |
![]() ![]() | GetNodeShape | Gets the DOT string representation of a GrNodeShape object. |
![]() | StartSubgraph | Creates a new sub-graph to the DOT graph |