Click or drag to resize

DOTDumperDumpNode Method

Dump a node to the DOT language graph.

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

Implements

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