Class VisualEffect
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.shared.VisualEffect
- All Implemented Interfaces:
- Serializable
Component for defining visual channels that will be displayed based on data values that are in the selected range.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Color[]protected Double[]protected Double[]protected Double[]protected Double[]protected Double[]protected String[]protected Integer[]Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionColor[]getColor()Double[]Double[]Double[]Double[]Double[]String[]Integer[]voidvoidsetColorAlpha(Double minColorAlpha, Double maxColorAlpha) voidsetColorHue(Double minColorHue, Double maxColorHue) voidsetColorLightness(Double minColorLightness, Double maxColorLightness) voidsetColorSaturation(Double minColorSaturation, Double maxColorSaturation) voidsetOpacity(Double minOpacity, Double maxOpacity) voidvoidsetSymbolSize(Integer minSymbolSize, Integer maxSymbolSize) withColorAlpha(Double minColorAlpha, Double maxColorAlpha) withColorHue(Double minColorHue, Double maxColorHue) withColorLightness(Double minColorLightness, Double maxColorLightness) withColorSaturation(Double minColorSaturation, Double maxColorSaturation) withOpacity(Double minOpacity, Double maxOpacity) withSymbol(String... symbol) withSymbolSize(Integer minSymbolSize, Integer maxSymbolSize) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
symbol
- 
symbolSize
- 
color
- 
colorAlpha
- 
opacity
- 
colorLightness
- 
colorSaturation
- 
colorHue
 
- 
- 
Constructor Details- 
VisualEffectpublic VisualEffect()
 
- 
- 
Method Details- 
getSymbol
- 
setSymbol
- 
getSymbolSize
- 
setSymbolSize
- 
getColor
- 
getColorAlpha
- 
setColorAlpha
- 
getOpacity
- 
setOpacity
- 
getColorLightness
- 
setColorLightness
- 
getColorSaturation
- 
setColorSaturation
- 
getColorHue
- 
setColorHue
- 
withSymbol
- 
withSymbolSize
- 
withColorAlpha
- 
withOpacity
- 
withColorLightness
- 
withColorSaturation
- 
withColorHue
 
-