PolarThresholdFluent extension
Generated fluent modifiers for PolarThreshold.
Methods
-
clearColor(
) → PolarThreshold -
Available on PolarThreshold, provided by the PolarThresholdFluent extension
Clears PolarThreshold.color tonull. -
clearLabel(
) → PolarThreshold -
Available on PolarThreshold, provided by the PolarThresholdFluent extension
Clears PolarThreshold.label tonull. -
withColor(
Color value) → PolarThreshold -
Available on PolarThreshold, provided by the PolarThresholdFluent extension
Replaces PolarThreshold.color withvalue. -
withDashPattern(
List< double> value) → PolarThreshold -
Available on PolarThreshold, provided by the PolarThresholdFluent extension
Replaces PolarThreshold.dashPattern withvalue. -
withLabel(
String value) → PolarThreshold -
Available on PolarThreshold, provided by the PolarThresholdFluent extension
Replaces PolarThreshold.label withvalue. -
withValue(
double value) → PolarThreshold -
Available on PolarThreshold, provided by the PolarThresholdFluent extension
Replaces PolarThreshold.value withvalue. -
withWidth(
double value) → PolarThreshold -
Available on PolarThreshold, provided by the PolarThresholdFluent extension
Replaces PolarThreshold.width withvalue.