GaugeThresholdFluent extension

Generated fluent modifiers for GaugeThreshold.

on

Methods

clearColor() GaugeThreshold

Available on GaugeThreshold, provided by the GaugeThresholdFluent extension

Clears GaugeThreshold.color to null.
clearLabel() GaugeThreshold

Available on GaugeThreshold, provided by the GaugeThresholdFluent extension

Clears GaugeThreshold.label to null.
withColor(Color value) GaugeThreshold

Available on GaugeThreshold, provided by the GaugeThresholdFluent extension

Replaces GaugeThreshold.color with value.
withDashPattern(List<double> value) GaugeThreshold

Available on GaugeThreshold, provided by the GaugeThresholdFluent extension

Replaces GaugeThreshold.dashPattern with value.
withLabel(String value) GaugeThreshold

Available on GaugeThreshold, provided by the GaugeThresholdFluent extension

Replaces GaugeThreshold.label with value.
withValue(double value) GaugeThreshold

Available on GaugeThreshold, provided by the GaugeThresholdFluent extension

Replaces GaugeThreshold.value with value.
withWidth(double value) GaugeThreshold

Available on GaugeThreshold, provided by the GaugeThresholdFluent extension

Replaces GaugeThreshold.width with value.