Click or drag to resize

DOTDumperStartSubgraph Method

Creates a new sub-graph to the DOT graph

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public void StartSubgraph(
	INode node,
	string label,
	IEnumerable<string> attributes,
	GrColor textColor,
	GrColor subgraphColor
)

Parameters

node  INode
The node starting the new sub-graph
label  String
The label to use for the node
attributes  IEnumerableString
An enumerable of attribute strings
textColor  GrColor
The color of the text
subgraphColor  GrColor
The color of the subgraph node

Implements

IDumperStartSubgraph(INode, String, IEnumerableString, GrColor, GrColor)
See Also