Skip to content

HeatmapTooltipBuilder🔗

Constructor🔗

new HeatmapTooltipBuilder()

Methods🔗

build🔗

Builds the object.

public HeatmapTooltip build()

maxHeight🔗

public HeatmapTooltipBuilder maxHeight(Double maxHeight)

maxWidth🔗

public HeatmapTooltipBuilder maxWidth(Double maxWidth)

mode🔗

Controls how the tooltip is shown

public HeatmapTooltipBuilder mode(TooltipDisplayMode mode)

showColorScale🔗

Controls if the tooltip shows a color scale in header

public HeatmapTooltipBuilder showColorScale(Boolean showColorScale)

yHistogram🔗

Controls if the tooltip shows a histogram of the y-axis values

public HeatmapTooltipBuilder yHistogram(Boolean yHistogram)

See also🔗