Click or drag to resize

VCGDumperStartSubgraph Method

Creates a new sub-graph to the VCG graph

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

Parameters

node
Type: de.unika.ipd.grGen.libGrINode
The node starting the new sub-graph
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
subgraphColor
Type: de.unika.ipd.grGen.libGrGrColor
The color of the subgraph node

Implements

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