Class AbstractAreaStyle<T extends AbstractAreaStyle<T>>
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.shared.AbstractAreaStyle<T>
- Type Parameters:
- T- origin area style class type
- All Implemented Interfaces:
- HasShadow<T>,- Serializable
- Direct Known Subclasses:
- AreaStyle,- LineSeries.AbstractLineElement.AreaStyle,- RadarSeries.AreaStyle
public abstract class AbstractAreaStyle<T extends AbstractAreaStyle<T>>
extends ChartObservableObject
implements HasShadow<T>
The base class for area style.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Doubleprotected Integerprotected Colorprotected Integerprotected IntegerFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetOpacity(Double opacity) voidsetShadowBlur(Integer shadowBlur) Sets depth of shadow blur or replaces an existing one.voidsetShadowColor(Color shadowColor) Sets a color for shadow or replaces an existing one.voidsetShadowOffsetX(Integer shadowOffsetX) Sets horizontal offset for shadow or replaces an existing one.voidsetShadowOffsetY(Integer shadowOffsetY) Sets vertical offset for shadow or replaces an existing one.withOpacity(Double opacity) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepthMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.chartsflowui.kit.component.model.HasShadowwithShadowBlur, withShadowColor, withShadowOffsetX, withShadowOffsetY
- 
Field Details- 
shadowBlur
- 
shadowColor
- 
shadowOffsetX
- 
shadowOffsetY
- 
opacity
 
- 
- 
Constructor Details- 
AbstractAreaStylepublic AbstractAreaStyle()
 
- 
- 
Method Details- 
getShadowBlur- Specified by:
- getShadowBlurin interface- HasShadow<T extends AbstractAreaStyle<T>>
- Returns:
- depth of shadow blur
 
- 
setShadowBlurDescription copied from interface:HasShadowSets depth of shadow blur or replaces an existing one.- Specified by:
- setShadowBlurin interface- HasShadow<T extends AbstractAreaStyle<T>>
- Parameters:
- shadowBlur- depth of shadow blur
 
- 
getShadowColor- Specified by:
- getShadowColorin interface- HasShadow<T extends AbstractAreaStyle<T>>
- Returns:
- shadow color
 
- 
getShadowOffsetX- Specified by:
- getShadowOffsetXin interface- HasShadow<T extends AbstractAreaStyle<T>>
- Returns:
- horizontal offset for shadow in pixels
 
- 
setShadowOffsetXDescription copied from interface:HasShadowSets horizontal offset for shadow or replaces an existing one.- Specified by:
- setShadowOffsetXin interface- HasShadow<T extends AbstractAreaStyle<T>>
- Parameters:
- shadowOffsetX- offset to set in pixels
 
- 
getShadowOffsetY- Specified by:
- getShadowOffsetYin interface- HasShadow<T extends AbstractAreaStyle<T>>
- Returns:
- vertical offset for shadow in pixels
 
- 
setShadowOffsetYDescription copied from interface:HasShadowSets vertical offset for shadow or replaces an existing one.- Specified by:
- setShadowOffsetYin interface- HasShadow<T extends AbstractAreaStyle<T>>
- Parameters:
- shadowOffsetY- offset to set in pixels
 
- 
getOpacity
- 
setOpacity
- 
withOpacity
 
-