Class HeatmapRendererOptions
java.lang.Object
io.jmix.pivottableflowui.kit.component.model.PivotTableOptionsObservable
io.jmix.pivottableflowui.kit.component.model.HeatmapRendererOptions
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.pivottableflowui.kit.component.model.PivotTableOptionsObservable
PivotTableOptionsObservable.ObjectChangeEvent
-
Field Summary
Fields inherited from class io.jmix.pivottableflowui.kit.component.model.PivotTableOptionsObservable
changedFromClient, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setColorScaleGeneratorFunction
(JsFunction colorScaleGeneratorFunction) Sets a function that is used in color scale generator of heatmap renderer.Methods inherited from class io.jmix.pivottableflowui.kit.component.model.PivotTableOptionsObservable
fireChangeEvent, markAsChanged, setChangedFromClient, setPivotTableObjectChangeListener
-
Field Details
-
colorScaleGeneratorFunction
-
-
Constructor Details
-
HeatmapRendererOptions
public HeatmapRendererOptions()
-
-
Method Details
-
getColorScaleGeneratorFunction
- Returns:
- a function that is used in color scale generator of heatmap renderer
-
setColorScaleGeneratorFunction
Sets a function that is used in color scale generator of heatmap renderer.- Parameters:
colorScaleGeneratorFunction
- a function that is used in color scale generator of heatmap renderer
-