![]() | DOTDumper Methods |
The DOTDumper type exposes the following members.
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 |