InteractionThemeFluent extension
Generated fluent modifiers for InteractionTheme.
Methods
-
updateCrosshairLabelStyle(
LabelStyle update(LabelStyle current)) → InteractionTheme -
Available on InteractionTheme, provided by the InteractionThemeFluent extension
Rebuilds InteractionTheme.crosshairLabelStyle from its current value. -
updateTooltipStyle(
LabelStyle update(LabelStyle current)) → InteractionTheme -
Available on InteractionTheme, provided by the InteractionThemeFluent extension
Rebuilds InteractionTheme.tooltipStyle from its current value. -
withCrosshairBandColor(
Color value) → InteractionTheme -
Available on InteractionTheme, provided by the InteractionThemeFluent extension
Replaces InteractionTheme.crosshairBandColor withvalue. -
withCrosshairBandWidth(
double value) → InteractionTheme -
Available on InteractionTheme, provided by the InteractionThemeFluent extension
Replaces InteractionTheme.crosshairBandWidth withvalue. -
withCrosshairColor(
Color value) → InteractionTheme -
Available on InteractionTheme, provided by the InteractionThemeFluent extension
Replaces InteractionTheme.crosshairColor withvalue. -
withCrosshairDashPattern(
List< double> value) → InteractionTheme -
Available on InteractionTheme, provided by the InteractionThemeFluent extension
Replaces InteractionTheme.crosshairDashPattern withvalue. -
withCrosshairLabelStyle(
LabelStyle value) → InteractionTheme -
Available on InteractionTheme, provided by the InteractionThemeFluent extension
Replaces InteractionTheme.crosshairLabelStyle withvalue. -
withCrosshairWidth(
double value) → InteractionTheme -
Available on InteractionTheme, provided by the InteractionThemeFluent extension
Replaces InteractionTheme.crosshairWidth withvalue. -
withSelectionColor(
Color value) → InteractionTheme -
Available on InteractionTheme, provided by the InteractionThemeFluent extension
Replaces InteractionTheme.selectionColor withvalue. -
withTooltipStyle(
LabelStyle value) → InteractionTheme -
Available on InteractionTheme, provided by the InteractionThemeFluent extension
Replaces InteractionTheme.tooltipStyle withvalue.