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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionsetColorScaleGeneratorFunction(JsFunction colorScaleGeneratorFunction) Sets a function that is used in color scale generator of heatmap renderer.
- 
Constructor Details- 
HeatmapRendererOptionspublic HeatmapRendererOptions()
 
- 
- 
Method Details- 
getColorScaleGeneratorFunction- Returns:
- a function that is used in color scale generator of heatmap renderer
 
- 
setColorScaleGeneratorFunctionpublic 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
 
 
-