Click or drag to resize

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
C#
[FlagsAttribute]
public enum VCGFlags
Members
  Member nameValueDescription
OrientTopToBottom0 Orient layout from top to bottom.
OrientBottomToTop1 Orient layout from bottom to top.
OrientLeftToRight2 Orient layout from left to right.
OrientRightToLeft3 Orient layout from right to left.
OrientMask3 Mask of orientation bits.
EdgeLabels4 Show edge labels.
PortSharing8 Enable port sharing.
Splines16 Use splines for edge drawing.
ManhattanEdges32 Use manhattan edges.
SManhattanEdges64 Use smanhattan edges.
SuppressEdges1073741824 Suppress edge drawing.
SuppressNodes-2147483648 Suppress node drawing
Remarks
YComp does not support all flags.
See Also