 | VCGFlags Enumeration |
Specifies flags how the graph should be displayed by a graph layouter.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax[FlagsAttribute]
public enum VCGFlags
Members
| Member name | Value | Description |
---|
| OrientTopToBottom | 0 |
Orient layout from top to bottom.
|
| OrientBottomToTop | 1 |
Orient layout from bottom to top.
|
| OrientLeftToRight | 2 |
Orient layout from left to right.
|
| OrientRightToLeft | 3 |
Orient layout from right to left.
|
| OrientMask | 3 |
Mask of orientation bits.
|
| EdgeLabels | 4 |
Show edge labels.
|
| PortSharing | 8 |
Enable port sharing.
|
| Splines | 16 |
Use splines for edge drawing.
|
| ManhattanEdges | 32 |
Use manhattan edges.
|
| SManhattanEdges | 64 |
Use smanhattan edges.
|
| SuppressEdges | 1073741824 |
Suppress edge drawing.
|
| SuppressNodes | -2147483648 |
Suppress node drawing
|
RemarksYComp does not support all flags.
See Also