Click or drag to resize

DOTDumper Class

A VCG graph dumper.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrDOTDumper

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public class DOTDumper : IDumper, IDisposable

The DOTDumper type exposes the following members.

Constructors
  NameDescription
Public methodDOTDumper(String, String)
Initializes a new instance of the DOTDumper with standard flags (VCGFlags.OrientBottomToTop).
Public methodDOTDumper(String, String, VCGFlags)
Initializes a new instance of the DOTDumper.
Top
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