getRenderOrdinal method

ArcLabelDecorator<String> getRenderOrdinal()

Implementation

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