Class CfnDashboard.TreeMapConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.TreeMapConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.TreeMapConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.TreeMapConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.TreeMapConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.TreeMapConfigurationProperty
An implementation for
CfnDashboard.TreeMapConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.TreeMapConfigurationProperty
CfnDashboard.TreeMapConfigurationProperty.Builder, CfnDashboard.TreeMapConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.TreeMapConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The label options (label text, label visibility) for the colors displayed in a tree map.final Object
The color options (gradient color, point of divergence) of a tree map.final Object
The options that determine if visual data labels are displayed.final Object
The field wells of the visual.final Object
The label options (label text, label visibility) of the groups that are displayed in a tree map.final Object
The legend display setup of the visual.final Object
The label options (label text, label visibility) of the sizes that are displayed in a tree map.final Object
The sort configuration of a tree map.final Object
The tooltip display setup of the visual.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDashboard.TreeMapConfigurationProperty.Builder
.
-
-
Method Details
-
getColorLabelOptions
Description copied from interface:CfnDashboard.TreeMapConfigurationProperty
The label options (label text, label visibility) for the colors displayed in a tree map.- Specified by:
getColorLabelOptions
in interfaceCfnDashboard.TreeMapConfigurationProperty
- See Also:
-
getColorScale
Description copied from interface:CfnDashboard.TreeMapConfigurationProperty
The color options (gradient color, point of divergence) of a tree map.- Specified by:
getColorScale
in interfaceCfnDashboard.TreeMapConfigurationProperty
- See Also:
-
getDataLabels
Description copied from interface:CfnDashboard.TreeMapConfigurationProperty
The options that determine if visual data labels are displayed.- Specified by:
getDataLabels
in interfaceCfnDashboard.TreeMapConfigurationProperty
- See Also:
-
getFieldWells
Description copied from interface:CfnDashboard.TreeMapConfigurationProperty
The field wells of the visual.- Specified by:
getFieldWells
in interfaceCfnDashboard.TreeMapConfigurationProperty
- See Also:
-
getGroupLabelOptions
Description copied from interface:CfnDashboard.TreeMapConfigurationProperty
The label options (label text, label visibility) of the groups that are displayed in a tree map.- Specified by:
getGroupLabelOptions
in interfaceCfnDashboard.TreeMapConfigurationProperty
- See Also:
-
getLegend
Description copied from interface:CfnDashboard.TreeMapConfigurationProperty
The legend display setup of the visual.- Specified by:
getLegend
in interfaceCfnDashboard.TreeMapConfigurationProperty
- See Also:
-
getSizeLabelOptions
Description copied from interface:CfnDashboard.TreeMapConfigurationProperty
The label options (label text, label visibility) of the sizes that are displayed in a tree map.- Specified by:
getSizeLabelOptions
in interfaceCfnDashboard.TreeMapConfigurationProperty
- See Also:
-
getSortConfiguration
Description copied from interface:CfnDashboard.TreeMapConfigurationProperty
The sort configuration of a tree map.- Specified by:
getSortConfiguration
in interfaceCfnDashboard.TreeMapConfigurationProperty
- See Also:
-
getTooltip
Description copied from interface:CfnDashboard.TreeMapConfigurationProperty
The tooltip display setup of the visual.- Specified by:
getTooltip
in interfaceCfnDashboard.TreeMapConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-