BarRaceConfigFluent extension

Generated fluent modifiers for BarRaceConfig.

on

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 with value.
withCategories(List<BarRaceCategory> value) BarRaceConfig

Available on BarRaceConfig, provided by the BarRaceConfigFluent extension

Replaces BarRaceConfig.categories with value.
withDurationPerFrame(Duration value) BarRaceConfig

Available on BarRaceConfig, provided by the BarRaceConfigFluent extension

Replaces BarRaceConfig.durationPerFrame with value.
withFrames(List<BarRaceFrame> value) BarRaceConfig

Available on BarRaceConfig, provided by the BarRaceConfigFluent extension

Replaces BarRaceConfig.frames with value.
withLoop(bool value) BarRaceConfig

Available on BarRaceConfig, provided by the BarRaceConfigFluent extension

Replaces BarRaceConfig.loop with value.
withPeriodFormat(BarRacePeriodFormat value) BarRaceConfig

Available on BarRaceConfig, provided by the BarRaceConfigFluent extension

Replaces BarRaceConfig.periodFormat with value.
withPeriodStyle(BarRacePeriodStyle value) BarRaceConfig

Available on BarRaceConfig, provided by the BarRaceConfigFluent extension

Replaces BarRaceConfig.periodStyle with value.
withShowPeriod(bool value) BarRaceConfig

Available on BarRaceConfig, provided by the BarRaceConfigFluent extension

Replaces BarRaceConfig.showPeriod with value.
withShowTotal(bool value) BarRaceConfig

Available on BarRaceConfig, provided by the BarRaceConfigFluent extension

Replaces BarRaceConfig.showTotal with value.
withSort(BarRaceSort value) BarRaceConfig

Available on BarRaceConfig, provided by the BarRaceConfigFluent extension

Replaces BarRaceConfig.sort with value.
withTopCount(int value) BarRaceConfig

Available on BarRaceConfig, provided by the BarRaceConfigFluent extension

Replaces BarRaceConfig.topCount with value.
withTotalFormat(BarRaceValueFormat value) BarRaceConfig

Available on BarRaceConfig, provided by the BarRaceConfigFluent extension

Replaces BarRaceConfig.totalFormat with value.
withValueFormat(BarRaceValueFormat value) BarRaceConfig

Available on BarRaceConfig, provided by the BarRaceConfigFluent extension

Replaces BarRaceConfig.valueFormat with value.