Class LineSeries.Emphasis
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.LineSeries.AbstractLineElement<LineSeries.Emphasis>
io.jmix.chartsflowui.kit.component.model.series.LineSeries.Emphasis
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LineSeries
Component to configure the emphasis state.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.series.LineSeries.AbstractLineElement
LineSeries.AbstractLineElement.AreaStyle
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.LineSeries.AbstractLineElement
areaStyle, endLabel, itemStyle, label, labelLine, lineStyle
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.LineSeries.AbstractLineElement
getAreaStyle, getEndLabel, getItemStyle, getLabel, getLabelLine, getLineStyle, setAreaStyle, setEndLabel, setItemStyle, setLabel, setLabelLine, setLineStyle, withAreaStyle, withEndLabel, withItemStyle, withLabel, withLabelLine, withLineStyle
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
-