HeatmapColorOptionsBuilder
Constructor
new HeatmapColorOptionsBuilder()
Methods
build
Builds the object.
public HeatmapColorOptions build()
exponent
Controls the exponent when scale is set to exponential
public HeatmapColorOptionsBuilder exponent(Float exponent)
fill
Controls the color fill when in opacity mode
public HeatmapColorOptionsBuilder fill(String fill)
max
Sets the maximum value for the color scale
public HeatmapColorOptionsBuilder max(Float max)
min
Sets the minimum value for the color scale
public HeatmapColorOptionsBuilder min(Float min)
mode
Sets the color mode
public HeatmapColorOptionsBuilder mode(HeatmapColorMode mode)
reverse
Reverses the color scheme
public HeatmapColorOptionsBuilder reverse(Boolean reverse)
scale
Controls the color scale
public HeatmapColorOptionsBuilder scale(HeatmapColorScale scale)
scheme
Controls the color scheme used
public HeatmapColorOptionsBuilder scheme(String scheme)
steps
Controls the number of color steps
public HeatmapColorOptionsBuilder steps(Long steps)
See also