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 Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Modifier 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.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionColor[]
getColor()
Double[]
Double[]
Double[]
Double[]
Double[]
String[]
Integer[]
void
void
setColorAlpha
(Double minColorAlpha, Double maxColorAlpha) void
setColorHue
(Double minColorHue, Double maxColorHue) void
setColorLightness
(Double minColorLightness, Double maxColorLightness) void
setColorSaturation
(Double minColorSaturation, Double maxColorSaturation) void
setOpacity
(Double minOpacity, Double maxOpacity) void
void
setSymbolSize
(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.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
symbol
-
symbolSize
-
color
-
colorAlpha
-
opacity
-
colorLightness
-
colorSaturation
-
colorHue
-
-
Constructor Details
-
VisualEffect
public 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
-