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