Click or drag to resize

VCGDumper Class

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

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

The VCGDumper type exposes the following members.

Constructors
 NameDescription
Public methodVCGDumper(String) Initializes a new instance of the VCGDumper with standard flags (VCGFlags.OrientBottomToTop) and the "Orthogonal" layouter.
Public methodVCGDumper(String, VCGFlags, String) Initializes a new instance of the VCGDumper.
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 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