 | VCGDumper Constructor (String, VCGFlags, String) |
Initializes a new instance of the VCGDumper.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic VCGDumper(
string filename,
VCGFlags flags,
string layouter
)
Parameters
- filename
- Type: SystemString
Destination file. - flags
- Type: de.unika.ipd.grGen.libGrVCGFlags
Flags to control the dumper's behavior. - layouter
- Type: SystemString
Specifies the yComp layouter to be used.
ExceptionsException | Condition |
---|
IOException | Thrown when the destination cannot be created. |
RemarksCurrently (YComp 1.3.9) valid layouters are:
- "Random"
- "Hierarchic"
- "Organic"
- "Orthogonal"
- "Circular"
- "Tree"
- "Diagonal"
- "Incremental Hierarchic"
- "Compilergraph"
See Also