Class Decal
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.shared.Decal
- All Implemented Interfaces:
- Serializable
The style of the decal pattern.
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classDashArray controls the horizontal pattern.
 Possible values: If it is of typeDecal.DashArray.number, it means that the pattern and the blank space are of this value respectively.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Colorprotected Colorprotected Decal.DashArrayprotected Decal.DashArrayprotected Integerprotected Integerprotected Doubleprotected HasSymbols.Symbolprotected Booleanprotected DoubleFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetColor()voidsetBackgroundColor(Color backgroundColor) voidvoidsetDashArrayX(Integer number) voidsetDashArrayX(Integer... array) voidsetDashArrayX(Integer[][] twoDimensionalArray) voidsetDashArrayY(Integer number) voidsetDashArrayY(Integer... array) voidsetDashArrayY(Integer[][] twoDimensionalArray) voidsetMaxTileHeight(Integer maxTileHeight) voidsetMaxTileWidth(Integer maxTileWidth) voidsetRotation(Double rotation) voidsetSymbol(HasSymbols.SymbolType symbolType) voidvoidsetSymbolKeepAspect(Boolean symbolKeepAspect) voidsetSymbolSize(Double symbolSize) withBackgroundColor(Color backgroundColor) withDashArrayX(Integer number) withDashArrayX(Integer... array) withDashArrayX(Integer[][] twoDimensionalArray) withDashArrayY(Integer number) withDashArrayY(Integer... array) withDashArrayY(Integer[][] twoDimensionalArray) withMaxTileHeight(Integer maxTileHeight) withMaxTileWidth(Integer maxTileWidth) withRotation(Double rotation) withSymbol(HasSymbols.SymbolType symbolType) withSymbol(String icon) withSymbolKeepAspect(Boolean symbolKeepAspect) withSymbolSize(Double symbolSize) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
symbol
- 
symbolSize
- 
symbolKeepAspect
- 
color
- 
backgroundColor
- 
dashArrayX
- 
dashArrayY
- 
rotation
- 
maxTileWidth
- 
maxTileHeight
 
- 
- 
Constructor Details- 
Decalpublic Decal()
 
- 
- 
Method Details- 
getSymbol
- 
setSymbol
- 
getSymbolSize
- 
setSymbolSize
- 
getSymbolKeepAspect
- 
setSymbolKeepAspect
- 
getColor
- 
getBackgroundColor
- 
getDashArrayX
- 
setDashArrayX
- 
setDashArrayX
- 
setDashArrayX
- 
getDashArrayY
- 
setDashArrayY
- 
setDashArrayY
- 
setDashArrayY
- 
getRotation
- 
setRotation
- 
getMaxTileWidth
- 
setMaxTileWidth
- 
getMaxTileHeight
- 
setMaxTileHeight
- 
withSymbol
- 
withSymbolSize
- 
withSymbolKeepAspect
- 
withDashArrayX
- 
withDashArrayX
- 
withDashArrayX
- 
withDashArrayY
- 
withDashArrayY
- 
withDashArrayY
- 
withRotation
- 
withMaxTileWidth
- 
withMaxTileHeight
 
-