Package io.jmix.pivottable.model
Class HeatmapRendererOptions
java.lang.Object
io.jmix.pivottable.model.AbstractPivotObject
io.jmix.pivottable.model.HeatmapRendererOptions
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetColorScaleGeneratorFunction
(JsFunction colorScaleGeneratorFunction) Sets a function that is used in color scale generator of heatmap renderer.
-
Constructor Details
-
HeatmapRendererOptions
public HeatmapRendererOptions()
-
-
Method Details
-
getColorScaleGeneratorFunction
- Returns:
- a function that is used in color scale generator of heatmap renderer
-
setColorScaleGeneratorFunction
public HeatmapRendererOptions setColorScaleGeneratorFunction(JsFunction colorScaleGeneratorFunction) 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- Returns:
- a refrence to this object
-