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 SummaryNested classes/interfaces inherited from class io.jmix.pivottableflowui.kit.component.model.PivotTableOptionsObservablePivotTableOptionsObservable.ObjectChangeEvent
- 
Field SummaryFieldsFields inherited from class io.jmix.pivottableflowui.kit.component.model.PivotTableOptionsObservablechangedFromClient, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetColorScaleGeneratorFunction(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.PivotTableOptionsObservablefireChangeEvent, markAsChanged, setChangedFromClient, setPivotTableObjectChangeListener
- 
Field Details- 
colorScaleGeneratorFunction
 
- 
- 
Constructor Details- 
HeatmapRendererOptionspublic HeatmapRendererOptions()
 
- 
- 
Method Details- 
getColorScaleGeneratorFunction- Returns:
- a function that is used in color scale generator of heatmap renderer
 
- 
setColorScaleGeneratorFunctionSets 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
 
 
-