Class AreaStyle
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.shared.AbstractAreaStyle<AreaStyle>
io.jmix.chartsflowui.kit.component.model.shared.AreaStyle
- All Implemented Interfaces:
HasShadow<AreaStyle>
,Serializable
Common style of area.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Fields inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractAreaStyle
opacity, shadowBlur, shadowColor, shadowOffsetX, shadowOffsetY
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractAreaStyle
getOpacity, getShadowBlur, getShadowColor, getShadowOffsetX, getShadowOffsetY, setOpacity, setShadowBlur, setShadowColor, setShadowOffsetX, setShadowOffsetY, withOpacity
Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.chartsflowui.kit.component.model.HasShadow
withShadowBlur, withShadowColor, withShadowOffsetX, withShadowOffsetY
-
Field Details
-
colors
-
-
Constructor Details
-
AreaStyle
public AreaStyle()
-
-
Method Details
-
getColors
-