 | DOTDumperDumpEdge Method |
Dump an edge to the DOT language graph
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic void DumpEdge(
INode srcNode,
INode tgtNode,
string label,
IEnumerable<string> attributes,
GrColor textColor,
GrColor edgeColor,
GrLineStyle lineStyle,
int thickness
)
Parameters
- srcNode INode
- The source node of the edge
- tgtNode INode
- The target node of the edge
- label String
- The label of the edge, may be null
- attributes IEnumerableString
- An enumerable of attribute strings
- textColor GrColor
- The color of the text
- edgeColor GrColor
- The color of the edge
- lineStyle GrLineStyle
- The linestyle of the edge
- thickness Int32
- The thickness of the edge (1-5)
Implements
IDumperDumpEdge(INode, INode, String, IEnumerableString, GrColor, GrColor, GrLineStyle, Int32)
See Also