Class HeatmapRendererOptions

java.lang.Object
io.jmix.pivottable.model.AbstractPivotObject
io.jmix.pivottable.model.HeatmapRendererOptions
All Implemented Interfaces:
Serializable

public class HeatmapRendererOptions extends AbstractPivotObject
See Also:
  • Constructor Details

    • HeatmapRendererOptions

      public HeatmapRendererOptions()
  • Method Details

    • getColorScaleGeneratorFunction

      public JsFunction 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