getRenderNumeric method

ArcLabelDecorator<num> getRenderNumeric()

Implementation

common.ArcLabelDecorator<num> getRenderNumeric() {
  return common.ArcLabelDecorator<num>(
    insideLabelStyleSpec: insideLabelStyle.getRender(),
    outsideLabelStyleSpec: outsideLabelStyle.getRender(),
    labelPadding: labelPadding,
    labelPosition: MethodCommon.arcLabelPosition(labelPosition),
    leaderLineStyleSpec: leaderLineStyle.getRender(),
    showLeaderLines: showLeaderLines,
  );
}