@Generated(value="software.amazon.awssdk:codegen") public final class TreeMapConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TreeMapConfiguration.Builder,TreeMapConfiguration>
The configuration of a tree map.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TreeMapConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TreeMapConfiguration.Builder |
builder() |
ChartAxisLabelOptions |
colorLabelOptions()
The label options (label text, label visibility) for the colors displayed in a tree map.
|
ColorScale |
colorScale()
The color options (gradient color, point of divergence) of a tree map.
|
DataLabelOptions |
dataLabels()
The options that determine if visual data labels are displayed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
TreeMapFieldWells |
fieldWells()
The field wells of the visual.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
ChartAxisLabelOptions |
groupLabelOptions()
The label options (label text, label visibility) of the groups that are displayed in a tree map.
|
int |
hashCode() |
LegendOptions |
legend()
The legend display setup of the visual.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TreeMapConfiguration.Builder> |
serializableBuilderClass() |
ChartAxisLabelOptions |
sizeLabelOptions()
The label options (label text, label visibility) of the sizes that are displayed in a tree map.
|
TreeMapSortConfiguration |
sortConfiguration()
The sort configuration of a tree map.
|
TreeMapConfiguration.Builder |
toBuilder() |
TooltipOptions |
tooltip()
The tooltip display setup of the visual.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TreeMapFieldWells fieldWells()
The field wells of the visual.
public final TreeMapSortConfiguration sortConfiguration()
The sort configuration of a tree map.
public final ChartAxisLabelOptions groupLabelOptions()
The label options (label text, label visibility) of the groups that are displayed in a tree map.
public final ChartAxisLabelOptions sizeLabelOptions()
The label options (label text, label visibility) of the sizes that are displayed in a tree map.
public final ChartAxisLabelOptions colorLabelOptions()
The label options (label text, label visibility) for the colors displayed in a tree map.
public final ColorScale colorScale()
The color options (gradient color, point of divergence) of a tree map.
public final LegendOptions legend()
The legend display setup of the visual.
public final DataLabelOptions dataLabels()
The options that determine if visual data labels are displayed.
public final TooltipOptions tooltip()
The tooltip display setup of the visual.
public TreeMapConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TreeMapConfiguration.Builder,TreeMapConfiguration>public static TreeMapConfiguration.Builder builder()
public static Class<? extends TreeMapConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.