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 Summary
Modifier and TypeClassDescriptionstatic class
DashArray 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.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected Color
protected Color
protected Decal.DashArray
protected Decal.DashArray
protected Integer
protected Integer
protected Double
protected HasSymbols.Symbol
protected Boolean
protected Double
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
void
setBackgroundColor
(Color backgroundColor) void
void
setDashArrayX
(Integer number) void
setDashArrayX
(Integer... array) void
setDashArrayX
(Integer[][] twoDimensionalArray) void
setDashArrayY
(Integer number) void
setDashArrayY
(Integer... array) void
setDashArrayY
(Integer[][] twoDimensionalArray) void
setMaxTileHeight
(Integer maxTileHeight) void
setMaxTileWidth
(Integer maxTileWidth) void
setRotation
(Double rotation) void
setSymbol
(HasSymbols.SymbolType symbolType) void
void
setSymbolKeepAspect
(Boolean symbolKeepAspect) void
setSymbolSize
(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.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
symbol
-
symbolSize
-
symbolKeepAspect
-
color
-
backgroundColor
-
dashArrayX
-
dashArrayY
-
rotation
-
maxTileWidth
-
maxTileHeight
-
-
Constructor Details
-
Decal
public 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
-