 | VCGDumperDumpEdge Method |
Dump an edge to the VCG graph
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic void DumpEdge(
INode srcNode,
INode tgtNode,
string label,
IEnumerable<string> attributes,
GrColor textColor,
GrColor edgeColor,
GrLineStyle lineStyle,
int thickness
)
Parameters
- srcNode
- Type: de.unika.ipd.grGen.libGrINode
The source node of the edge - tgtNode
- Type: de.unika.ipd.grGen.libGrINode
The target node of the edge - label
- Type: SystemString
The label of the edge, may be null - attributes
- Type: System.Collections.GenericIEnumerableString
An enumerable of attribute strings - textColor
- Type: de.unika.ipd.grGen.libGrGrColor
The color of the text - edgeColor
- Type: de.unika.ipd.grGen.libGrGrColor
The color of the edge - lineStyle
- Type: de.unika.ipd.grGen.libGrGrLineStyle
The linestyle of the edge - thickness
- Type: SystemInt32
The thickness of the edge (1-5)
Implements
IDumperDumpEdge(INode, INode, String, IEnumerableString, GrColor, GrColor, GrLineStyle, Int32)
See Also