Anchoring

public enum Anchoring

Defines values that specify how automatic layout algorithms align links to anchor points.

  • ignore: Anchor points are ignored.
  • keep: Links are aligned to their original anchor points.
  • reassign: Links are aligned to new anchor points, depending on the positions of graph nodes after a layout is applied.
  • Undocumented

    Declaration

    Swift

    case ignore
  • Undocumented

    Declaration

    Swift

    case keep
  • Undocumented

    Declaration

    Swift

    case reassign