computeCurviness method

num computeCurviness()

Returns the #curviness, if it's a number, or else a computed value based on how many links connect this pair of nodes/ports, by calling #computeSpacing on each link.

This method may be overridden. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @return {number} must be a real number, not NaN or infinity @see #computeSpacing @since 1.6

Implementation

_i2.num computeCurviness() => _i4.callMethod(
      this,
      'computeCurviness',
      [],
    );