Class ScatterSeries.Emphasis
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.ScatterSeries.AbstractScatterElement<ScatterSeries.Emphasis>
io.jmix.chartsflowui.kit.component.model.series.ScatterSeries.Emphasis
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ScatterSeries
public static class ScatterSeries.Emphasis
extends ScatterSeries.AbstractScatterElement<ScatterSeries.Emphasis>
Component to configure the emphasis state.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected BlurScopeType
protected Boolean
protected FocusType
protected Double
Fields inherited from class io.jmix.chartsflowui.kit.component.model.series.ScatterSeries.AbstractScatterElement
itemStyle, label, labelLine
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFocus()
getScale()
void
setBlurScope
(BlurScopeType blurScope) void
setDisabled
(Boolean disabled) void
void
withBlurScope
(BlurScopeType blurScope) withDisabled
(Boolean disabled) Methods inherited from class io.jmix.chartsflowui.kit.component.model.series.ScatterSeries.AbstractScatterElement
getItemStyle, getLabel, getLabelLine, setItemStyle, setLabel, setLabelLine, withItemStyle, withLabel, withLabelLine
Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
disabled
-
scale
-
focus
-
blurScope
-
-
Constructor Details
-
Emphasis
public Emphasis()
-
-
Method Details
-
getDisabled
-
setDisabled
-
getScale
-
setScale
-
getFocus
-
setFocus
-
getBlurScope
-
setBlurScope
-
withDisabled
-
withScale
-
withFocus
-
withBlurScope
-