public static interface TreeMapConfiguration.Builder extends SdkPojo, CopyableBuilder<TreeMapConfiguration.Builder,TreeMapConfiguration>
| Modifier and Type | Method and Description |
|---|---|
TreeMapConfiguration.Builder |
colorLabelOptions(ChartAxisLabelOptions colorLabelOptions)
The label options (label text, label visibility) for the colors displayed in a tree map.
|
default TreeMapConfiguration.Builder |
colorLabelOptions(Consumer<ChartAxisLabelOptions.Builder> colorLabelOptions)
The label options (label text, label visibility) for the colors displayed in a tree map.
|
TreeMapConfiguration.Builder |
colorScale(ColorScale colorScale)
The color options (gradient color, point of divergence) of a tree map.
|
default TreeMapConfiguration.Builder |
colorScale(Consumer<ColorScale.Builder> colorScale)
The color options (gradient color, point of divergence) of a tree map.
|
default TreeMapConfiguration.Builder |
dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The options that determine if visual data labels are displayed.
|
TreeMapConfiguration.Builder |
dataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
|
default TreeMapConfiguration.Builder |
fieldWells(Consumer<TreeMapFieldWells.Builder> fieldWells)
The field wells of the visual.
|
TreeMapConfiguration.Builder |
fieldWells(TreeMapFieldWells fieldWells)
The field wells of the visual.
|
TreeMapConfiguration.Builder |
groupLabelOptions(ChartAxisLabelOptions groupLabelOptions)
The label options (label text, label visibility) of the groups that are displayed in a tree map.
|
default TreeMapConfiguration.Builder |
groupLabelOptions(Consumer<ChartAxisLabelOptions.Builder> groupLabelOptions)
The label options (label text, label visibility) of the groups that are displayed in a tree map.
|
default TreeMapConfiguration.Builder |
legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
TreeMapConfiguration.Builder |
legend(LegendOptions legend)
The legend display setup of the visual.
|
TreeMapConfiguration.Builder |
sizeLabelOptions(ChartAxisLabelOptions sizeLabelOptions)
The label options (label text, label visibility) of the sizes that are displayed in a tree map.
|
default TreeMapConfiguration.Builder |
sizeLabelOptions(Consumer<ChartAxisLabelOptions.Builder> sizeLabelOptions)
The label options (label text, label visibility) of the sizes that are displayed in a tree map.
|
default TreeMapConfiguration.Builder |
sortConfiguration(Consumer<TreeMapSortConfiguration.Builder> sortConfiguration)
The sort configuration of a tree map.
|
TreeMapConfiguration.Builder |
sortConfiguration(TreeMapSortConfiguration sortConfiguration)
The sort configuration of a tree map.
|
default TreeMapConfiguration.Builder |
tooltip(Consumer<TooltipOptions.Builder> tooltip)
The tooltip display setup of the visual.
|
TreeMapConfiguration.Builder |
tooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTreeMapConfiguration.Builder fieldWells(TreeMapFieldWells fieldWells)
The field wells of the visual.
fieldWells - The field wells of the visual.default TreeMapConfiguration.Builder fieldWells(Consumer<TreeMapFieldWells.Builder> fieldWells)
The field wells of the visual.
This is a convenience method that creates an instance of theTreeMapFieldWells.Builder avoiding the
need to create one manually via TreeMapFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fieldWells(TreeMapFieldWells).
fieldWells - a consumer that will call methods on TreeMapFieldWells.BuilderfieldWells(TreeMapFieldWells)TreeMapConfiguration.Builder sortConfiguration(TreeMapSortConfiguration sortConfiguration)
The sort configuration of a tree map.
sortConfiguration - The sort configuration of a tree map.default TreeMapConfiguration.Builder sortConfiguration(Consumer<TreeMapSortConfiguration.Builder> sortConfiguration)
The sort configuration of a tree map.
This is a convenience method that creates an instance of theTreeMapSortConfiguration.Builder
avoiding the need to create one manually via TreeMapSortConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sortConfiguration(TreeMapSortConfiguration).
sortConfiguration - a consumer that will call methods on TreeMapSortConfiguration.BuildersortConfiguration(TreeMapSortConfiguration)TreeMapConfiguration.Builder groupLabelOptions(ChartAxisLabelOptions groupLabelOptions)
The label options (label text, label visibility) of the groups that are displayed in a tree map.
groupLabelOptions - The label options (label text, label visibility) of the groups that are displayed in a tree map.default TreeMapConfiguration.Builder groupLabelOptions(Consumer<ChartAxisLabelOptions.Builder> groupLabelOptions)
The label options (label text, label visibility) of the groups that are displayed in a tree 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 groupLabelOptions(ChartAxisLabelOptions).
groupLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuildergroupLabelOptions(ChartAxisLabelOptions)TreeMapConfiguration.Builder sizeLabelOptions(ChartAxisLabelOptions sizeLabelOptions)
The label options (label text, label visibility) of the sizes that are displayed in a tree map.
sizeLabelOptions - The label options (label text, label visibility) of the sizes that are displayed in a tree map.default TreeMapConfiguration.Builder sizeLabelOptions(Consumer<ChartAxisLabelOptions.Builder> sizeLabelOptions)
The label options (label text, label visibility) of the sizes that are displayed in a tree 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 sizeLabelOptions(ChartAxisLabelOptions).
sizeLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuildersizeLabelOptions(ChartAxisLabelOptions)TreeMapConfiguration.Builder colorLabelOptions(ChartAxisLabelOptions colorLabelOptions)
The label options (label text, label visibility) for the colors displayed in a tree map.
colorLabelOptions - The label options (label text, label visibility) for the colors displayed in a tree map.default TreeMapConfiguration.Builder colorLabelOptions(Consumer<ChartAxisLabelOptions.Builder> colorLabelOptions)
The label options (label text, label visibility) for the colors displayed in a tree 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 colorLabelOptions(ChartAxisLabelOptions).
colorLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuildercolorLabelOptions(ChartAxisLabelOptions)TreeMapConfiguration.Builder colorScale(ColorScale colorScale)
The color options (gradient color, point of divergence) of a tree map.
colorScale - The color options (gradient color, point of divergence) of a tree map.default TreeMapConfiguration.Builder colorScale(Consumer<ColorScale.Builder> colorScale)
The color options (gradient color, point of divergence) of a tree 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)TreeMapConfiguration.Builder legend(LegendOptions legend)
The legend display setup of the visual.
legend - The legend display setup of the visual.default TreeMapConfiguration.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)TreeMapConfiguration.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 TreeMapConfiguration.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)TreeMapConfiguration.Builder tooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
tooltip - The tooltip display setup of the visual.default TreeMapConfiguration.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.