API Reference
Class
GraphEdgeShape
Describes adapter-neutral graph edge geometry preferences.
Inheritance
- Object
- GraphEdgeShape
Fields
Line #Use a straight edge.
Curve #Use a quadratic curved edge.
DynamicCurve #Use a dynamic curved edge whose side can be chosen by the adapter.
ContinuousCurve #Use a cubic-like continuous curve when an adapter supports it.
SelfReference #Use a self-reference loop for edges whose source and target are the same node.
Polyline #Use prepared route points as a deterministic polyline.