BarRaceConfigFluent extension
Generated fluent modifiers for BarRaceConfig.
Methods
-
updatePeriodFormat(
BarRacePeriodFormat update(BarRacePeriodFormat current)) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Rebuilds BarRaceConfig.periodFormat from its current value. -
updatePeriodStyle(
BarRacePeriodStyle update(BarRacePeriodStyle current)) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Rebuilds BarRaceConfig.periodStyle from its current value. -
updateTotalFormat(
BarRaceValueFormat update(BarRaceValueFormat current)) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Rebuilds BarRaceConfig.totalFormat from its current value. -
updateValueFormat(
BarRaceValueFormat update(BarRaceValueFormat current)) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Rebuilds BarRaceConfig.valueFormat from its current value. -
withAxisRange(
BarRaceAxisRange value) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Replaces BarRaceConfig.axisRange withvalue. -
withCategories(
List< BarRaceCategory> value) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Replaces BarRaceConfig.categories withvalue. -
withDurationPerFrame(
Duration value) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Replaces BarRaceConfig.durationPerFrame withvalue. -
withFrames(
List< BarRaceFrame> value) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Replaces BarRaceConfig.frames withvalue. -
withLoop(
bool value) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Replaces BarRaceConfig.loop withvalue. -
withPeriodFormat(
BarRacePeriodFormat value) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Replaces BarRaceConfig.periodFormat withvalue. -
withPeriodStyle(
BarRacePeriodStyle value) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Replaces BarRaceConfig.periodStyle withvalue. -
withShowPeriod(
bool value) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Replaces BarRaceConfig.showPeriod withvalue. -
withShowTotal(
bool value) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Replaces BarRaceConfig.showTotal withvalue. -
withSort(
BarRaceSort value) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Replaces BarRaceConfig.sort withvalue. -
withTopCount(
int value) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Replaces BarRaceConfig.topCount withvalue. -
withTotalFormat(
BarRaceValueFormat value) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Replaces BarRaceConfig.totalFormat withvalue. -
withValueFormat(
BarRaceValueFormat value) → BarRaceConfig -
Available on BarRaceConfig, provided by the BarRaceConfigFluent extension
Replaces BarRaceConfig.valueFormat withvalue.