Click or drag to resize

IDumperDumpNode Method

Dump a node.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
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
See Also