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.1
Syntax
C#
void DumpNode(
	INode node,
	string label,
	IEnumerable<string> attributes,
	GrColor textColor,
	GrColor nodeColor,
	GrColor borderColor,
	GrNodeShape nodeShape
)

Parameters

node  INode
The node to be dumped
label  String
The label to use for the node
attributes  IEnumerableString
An enumerable of attribute strings
textColor  GrColor
The color of the text
nodeColor  GrColor
The color of the node
borderColor  GrColor
The color of the node border
nodeShape  GrNodeShape
The shape of the node
See Also