AnnotationThemeFluent extension
Generated fluent modifiers for AnnotationTheme.
Methods
-
updatePointDefaults(
PointAnnotationDefaults update(PointAnnotationDefaults current)) → AnnotationTheme -
Available on AnnotationTheme, provided by the AnnotationThemeFluent extension
Rebuilds AnnotationTheme.pointDefaults from its current value. -
updateRangeDefaults(
RangeAnnotationDefaults update(RangeAnnotationDefaults current)) → AnnotationTheme -
Available on AnnotationTheme, provided by the AnnotationThemeFluent extension
Rebuilds AnnotationTheme.rangeDefaults from its current value. -
updateTextDefaults(
TextAnnotationDefaults update(TextAnnotationDefaults current)) → AnnotationTheme -
Available on AnnotationTheme, provided by the AnnotationThemeFluent extension
Rebuilds AnnotationTheme.textDefaults from its current value. -
updateThresholdDefaults(
ThresholdAnnotationDefaults update(ThresholdAnnotationDefaults current)) → AnnotationTheme -
Available on AnnotationTheme, provided by the AnnotationThemeFluent extension
Rebuilds AnnotationTheme.thresholdDefaults from its current value. -
updateTrendDefaults(
TrendAnnotationDefaults update(TrendAnnotationDefaults current)) → AnnotationTheme -
Available on AnnotationTheme, provided by the AnnotationThemeFluent extension
Rebuilds AnnotationTheme.trendDefaults from its current value. -
withPointDefaults(
PointAnnotationDefaults value) → AnnotationTheme -
Available on AnnotationTheme, provided by the AnnotationThemeFluent extension
Replaces AnnotationTheme.pointDefaults withvalue. -
withRangeDefaults(
RangeAnnotationDefaults value) → AnnotationTheme -
Available on AnnotationTheme, provided by the AnnotationThemeFluent extension
Replaces AnnotationTheme.rangeDefaults withvalue. -
withTextDefaults(
TextAnnotationDefaults value) → AnnotationTheme -
Available on AnnotationTheme, provided by the AnnotationThemeFluent extension
Replaces AnnotationTheme.textDefaults withvalue. -
withThresholdDefaults(
ThresholdAnnotationDefaults value) → AnnotationTheme -
Available on AnnotationTheme, provided by the AnnotationThemeFluent extension
Replaces AnnotationTheme.thresholdDefaults withvalue. -
withTrendDefaults(
TrendAnnotationDefaults value) → AnnotationTheme -
Available on AnnotationTheme, provided by the AnnotationThemeFluent extension
Replaces AnnotationTheme.trendDefaults withvalue.