PolarLabelStyleFluent extension

Generated fluent modifiers for PolarLabelStyle.

on

Methods

clearColor() PolarLabelStyle

Available on PolarLabelStyle, provided by the PolarLabelStyleFluent extension

Clears PolarLabelStyle.color to null.
clearFontSize() PolarLabelStyle

Available on PolarLabelStyle, provided by the PolarLabelStyleFluent extension

Clears PolarLabelStyle.fontSize to null.
clearFontWeight() PolarLabelStyle

Available on PolarLabelStyle, provided by the PolarLabelStyleFluent extension

Clears PolarLabelStyle.fontWeight to null.
withColor(Color value) PolarLabelStyle

Available on PolarLabelStyle, provided by the PolarLabelStyleFluent extension

Replaces PolarLabelStyle.color with value.
withFontSize(double value) PolarLabelStyle

Available on PolarLabelStyle, provided by the PolarLabelStyleFluent extension

Replaces PolarLabelStyle.fontSize with value.
withFontWeight(FontWeight value) PolarLabelStyle

Available on PolarLabelStyle, provided by the PolarLabelStyleFluent extension

Replaces PolarLabelStyle.fontWeight with value.