Class PieSeries.Emphasis
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.PieSeries.AbstractPieElement<PieSeries.Emphasis>
io.jmix.chartsflowui.kit.component.model.series.PieSeries.Emphasis
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PieSeries
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 Boolean
protected Integer
Fields inherited from class io.jmix.chartsflowui.kit.component.model.series.PieSeries.AbstractPieElement
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
void
setScaleSize
(Integer scaleSize) withBlurScope
(BlurScopeType blurScope) withDisabled
(Boolean disabled) withScaleSize
(Integer scaleSize) Methods inherited from class io.jmix.chartsflowui.kit.component.model.series.PieSeries.AbstractPieElement
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
-
scaleSize
-
focus
-
blurScope
-
-
Constructor Details
-
Emphasis
public Emphasis()
-
-
Method Details
-
getDisabled
-
setDisabled
-
getScale
-
setScale
-
getScaleSize
-
setScaleSize
-
getFocus
-
setFocus
-
getBlurScope
-
setBlurScope
-
withDisabled
-
withScale
-
withScaleSize
-
withFocus
-
withBlurScope
-