Click or drag to resize

VCGDumperDumpNode Method

Dump a node to the VCG graph.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public void DumpNode(
	INode node,
	string label,
	IEnumerable<string> attributes,
	GrColor textColor,
	GrColor nodeColor,
	GrColor borderColor,
	GrNodeShape nodeShape
)

Parameters

node
Type: de.unika.ipd.grGen.libGrINode
The node to be dumped.
label
Type: SystemString
The label to use for the node.
attributes
Type: System.Collections.GenericIEnumerableString
An enumerable of attribute strings.
textColor
Type: de.unika.ipd.grGen.libGrGrColor
The color of the text.
nodeColor
Type: de.unika.ipd.grGen.libGrGrColor
The color of the node.
borderColor
Type: de.unika.ipd.grGen.libGrGrColor
The color of the node border.
nodeShape
Type: de.unika.ipd.grGen.libGrGrNodeShape
The shape of the node.

Implements

IDumperDumpNode(INode, String, IEnumerableString, GrColor, GrColor, GrColor, GrNodeShape)
See Also