 | IDumper.StartSubgraph 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.libGr.INode
The node starting the new sub-graph - label
- Type: System.String
The label to use for the node - attributes
- Type: System.Collections.Generic.IEnumerable<String>
An enumerable of attribute strings - textColor
- Type: de.unika.ipd.grGen.libGr.GrColor
The color of the text - subgraphColor
- Type: de.unika.ipd.grGen.libGr.GrColor
The color of the subgraph node
See Also