computeSpacing method

num computeSpacing()

Returns the expected spacing between this link and others that connect this link's fromPort and toPort. This calls #computeThickness and also takes any "mid label"'s breadth into account.

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 #computeCurviness @since 1.6

Implementation

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