 | IDumperStartSubgraph Method |
Creates a new sub-graph
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxvoid 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
See Also