getRenderTime method

ArcLabelDecorator<DateTime> getRenderTime()

Implementation

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