public static interface HeatMapConfiguration.Builder extends SdkPojo, CopyableBuilder<HeatMapConfiguration.Builder,HeatMapConfiguration>
| Modifier and Type | Method and Description |
|---|---|
HeatMapConfiguration.Builder |
colorScale(ColorScale colorScale)
The color options (gradient color, point of divergence) in a heat map.
|
default HeatMapConfiguration.Builder |
colorScale(Consumer<ColorScale.Builder> colorScale)
The color options (gradient color, point of divergence) in a heat map.
|
HeatMapConfiguration.Builder |
columnLabelOptions(ChartAxisLabelOptions columnLabelOptions)
The label options of the column that is displayed in a heat map.
|
default HeatMapConfiguration.Builder |
columnLabelOptions(Consumer<ChartAxisLabelOptions.Builder> columnLabelOptions)
The label options of the column that is displayed in a heat map.
|
default HeatMapConfiguration.Builder |
dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The options that determine if visual data labels are displayed.
|
HeatMapConfiguration.Builder |
dataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
|
default HeatMapConfiguration.Builder |
fieldWells(Consumer<HeatMapFieldWells.Builder> fieldWells)
The field wells of the visual.
|
HeatMapConfiguration.Builder |
fieldWells(HeatMapFieldWells fieldWells)
The field wells of the visual.
|
default HeatMapConfiguration.Builder |
legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
HeatMapConfiguration.Builder |
legend(LegendOptions legend)
The legend display setup of the visual.
|
HeatMapConfiguration.Builder |
rowLabelOptions(ChartAxisLabelOptions rowLabelOptions)
The label options of the row that is displayed in a
heat map. |
default HeatMapConfiguration.Builder |
rowLabelOptions(Consumer<ChartAxisLabelOptions.Builder> rowLabelOptions)
The label options of the row that is displayed in a
heat map. |
default HeatMapConfiguration.Builder |
sortConfiguration(Consumer<HeatMapSortConfiguration.Builder> sortConfiguration)
The sort configuration of a heat map.
|
HeatMapConfiguration.Builder |
sortConfiguration(HeatMapSortConfiguration sortConfiguration)
The sort configuration of a heat map.
|
default HeatMapConfiguration.Builder |
tooltip(Consumer<TooltipOptions.Builder> tooltip)
The tooltip display setup of the visual.
|
HeatMapConfiguration.Builder |
tooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHeatMapConfiguration.Builder fieldWells(HeatMapFieldWells fieldWells)
The field wells of the visual.
fieldWells - The field wells of the visual.default HeatMapConfiguration.Builder fieldWells(Consumer<HeatMapFieldWells.Builder> fieldWells)
The field wells of the visual.
This is a convenience method that creates an instance of theHeatMapFieldWells.Builder avoiding the
need to create one manually via HeatMapFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fieldWells(HeatMapFieldWells).
fieldWells - a consumer that will call methods on HeatMapFieldWells.BuilderfieldWells(HeatMapFieldWells)HeatMapConfiguration.Builder sortConfiguration(HeatMapSortConfiguration sortConfiguration)
The sort configuration of a heat map.
sortConfiguration - The sort configuration of a heat map.default HeatMapConfiguration.Builder sortConfiguration(Consumer<HeatMapSortConfiguration.Builder> sortConfiguration)
The sort configuration of a heat map.
This is a convenience method that creates an instance of theHeatMapSortConfiguration.Builder
avoiding the need to create one manually via HeatMapSortConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sortConfiguration(HeatMapSortConfiguration).
sortConfiguration - a consumer that will call methods on HeatMapSortConfiguration.BuildersortConfiguration(HeatMapSortConfiguration)HeatMapConfiguration.Builder rowLabelOptions(ChartAxisLabelOptions rowLabelOptions)
The label options of the row that is displayed in a heat map.
rowLabelOptions - The label options of the row that is displayed in a heat map.default HeatMapConfiguration.Builder rowLabelOptions(Consumer<ChartAxisLabelOptions.Builder> rowLabelOptions)
The label options of the row that is displayed in a heat map.
ChartAxisLabelOptions.Builder avoiding
the need to create one manually via ChartAxisLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to rowLabelOptions(ChartAxisLabelOptions).
rowLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuilderrowLabelOptions(ChartAxisLabelOptions)HeatMapConfiguration.Builder columnLabelOptions(ChartAxisLabelOptions columnLabelOptions)
The label options of the column that is displayed in a heat map.
columnLabelOptions - The label options of the column that is displayed in a heat map.default HeatMapConfiguration.Builder columnLabelOptions(Consumer<ChartAxisLabelOptions.Builder> columnLabelOptions)
The label options of the column that is displayed in a heat map.
This is a convenience method that creates an instance of theChartAxisLabelOptions.Builder avoiding
the need to create one manually via ChartAxisLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to columnLabelOptions(ChartAxisLabelOptions).
columnLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuildercolumnLabelOptions(ChartAxisLabelOptions)HeatMapConfiguration.Builder colorScale(ColorScale colorScale)
The color options (gradient color, point of divergence) in a heat map.
colorScale - The color options (gradient color, point of divergence) in a heat map.default HeatMapConfiguration.Builder colorScale(Consumer<ColorScale.Builder> colorScale)
The color options (gradient color, point of divergence) in a heat map.
This is a convenience method that creates an instance of theColorScale.Builder avoiding the need to
create one manually via ColorScale.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to colorScale(ColorScale).
colorScale - a consumer that will call methods on ColorScale.BuildercolorScale(ColorScale)HeatMapConfiguration.Builder legend(LegendOptions legend)
The legend display setup of the visual.
legend - The legend display setup of the visual.default HeatMapConfiguration.Builder legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
This is a convenience method that creates an instance of theLegendOptions.Builder avoiding the need
to create one manually via LegendOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to legend(LegendOptions).
legend - a consumer that will call methods on LegendOptions.Builderlegend(LegendOptions)HeatMapConfiguration.Builder dataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
dataLabels - The options that determine if visual data labels are displayed.default HeatMapConfiguration.Builder dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The options that determine if visual data labels are displayed.
This is a convenience method that creates an instance of theDataLabelOptions.Builder avoiding the
need to create one manually via DataLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataLabels(DataLabelOptions).
dataLabels - a consumer that will call methods on DataLabelOptions.BuilderdataLabels(DataLabelOptions)HeatMapConfiguration.Builder tooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
tooltip - The tooltip display setup of the visual.default HeatMapConfiguration.Builder tooltip(Consumer<TooltipOptions.Builder> tooltip)
The tooltip display setup of the visual.
This is a convenience method that creates an instance of theTooltipOptions.Builder avoiding the need
to create one manually via TooltipOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tooltip(TooltipOptions).
tooltip - a consumer that will call methods on TooltipOptions.Buildertooltip(TooltipOptions)Copyright © 2023. All rights reserved.