LinkShape

public enum LinkShape : Int

Specifies available link shapes.

  • bezier: The segments of a link are Bézier curves.
  • polyline: The segments of the link are straight lines.
  • cascading: The segments of a link are horizontal and vertical lines, each one orthogonal to each adjacent segment.
  • Undocumented

    Declaration

    Swift

    case bezier = 0
  • Undocumented

    Declaration

    Swift

    case polyline = 1
  • Undocumented

    Declaration

    Swift

    case cascading = 2
  • Undocumented

    Declaration

    Swift

    case spline = 3