static HeatMapConfiguration.Builder |
HeatMapConfiguration.builder() |
|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.colorScale(Consumer<ColorScale.Builder> colorScale) |
The color options (gradient color, point of divergence) in a heat map.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.colorScale(ColorScale colorScale) |
The color options (gradient color, point of divergence) in a heat map.
|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.columnAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> columnAxisDisplayOptions) |
The options that determine the presentation of the row axis label.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.columnAxisDisplayOptions(AxisDisplayOptions columnAxisDisplayOptions) |
The options that determine the presentation of the row axis label.
|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.columnLabelOptions(Consumer<ChartAxisLabelOptions.Builder> columnLabelOptions) |
The label options of the column that is displayed in a heat map.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.columnLabelOptions(ChartAxisLabelOptions columnLabelOptions) |
The label options of the column that is displayed in a heat map.
|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.dataLabels(Consumer<DataLabelOptions.Builder> dataLabels) |
The options that determine if visual data labels are displayed.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.dataLabels(DataLabelOptions dataLabels) |
The options that determine if visual data labels are displayed.
|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.fieldWells(Consumer<HeatMapFieldWells.Builder> fieldWells) |
The field wells of the visual.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.fieldWells(HeatMapFieldWells fieldWells) |
The field wells of the visual.
|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.interactions(Consumer<VisualInteractionOptions.Builder> interactions) |
The general visual interactions setup for a visual.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.interactions(VisualInteractionOptions interactions) |
The general visual interactions setup for a visual.
|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend) |
The legend display setup of the visual.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.legend(LegendOptions legend) |
The legend display setup of the visual.
|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.rowAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> rowAxisDisplayOptions) |
The options that determine the presentation of the row axis label.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.rowAxisDisplayOptions(AxisDisplayOptions rowAxisDisplayOptions) |
The options that determine the presentation of the row axis label.
|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.rowLabelOptions(Consumer<ChartAxisLabelOptions.Builder> rowLabelOptions) |
The label options of the row that is displayed in a heat map.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.rowLabelOptions(ChartAxisLabelOptions rowLabelOptions) |
The label options of the row that is displayed in a heat map.
|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.sortConfiguration(Consumer<HeatMapSortConfiguration.Builder> sortConfiguration) |
The sort configuration of a heat map.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.sortConfiguration(HeatMapSortConfiguration sortConfiguration) |
The sort configuration of a heat map.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.toBuilder() |
|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.tooltip(Consumer<TooltipOptions.Builder> tooltip) |
The tooltip display setup of the visual.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.tooltip(TooltipOptions tooltip) |
The tooltip display setup of the visual.
|