Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This section explains every layout option in more detail.

Edge Routing

Anchor
edgeRouting
edgeRouting

This option influences the way in which edges are routed between the nodes they connect. The following settings are available:

  • POLYLINE
    Edges consist of one or more segments defined by a list of bend points.
  • ORTHOGONAL
    Edges are routed orthogonally, meaning that each segment of an edge runs either horizontally or vertically, but never at an angle.
  • SPLINE
    Edges are routed as splines (smooth curves). TODO: Add more documentation on how the returned bend points are to be interpreted.
  • UNDEFINED
    No particular edge routing style is selected. The result produced by the layout algorithm may be undefined.

Port Offset

Anchor
portOffset
portOffset

...