Class CfnAnalysis.DataLabelOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.DataLabelOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.DataLabelOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.DataLabelOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.DataLabelOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.DataLabelOptionsProperty
An implementation for
CfnAnalysis.DataLabelOptionsProperty
-
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.CfnAnalysis.DataLabelOptionsProperty
CfnAnalysis.DataLabelOptionsProperty.Builder, CfnAnalysis.DataLabelOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.DataLabelOptionsProperty.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 String
Determines the visibility of the category field labels.final Object
The option that determines the data label type.final String
Determines the color of the data labels.final String
Determines the content of the data labels.final Object
Determines the font configuration of the data labels.final String
Determines the visibility of the measure field labels.final String
Determines whether overlap is enabled or disabled for the data labels.final String
Determines the position of the data labels.final String
Determines the visibility of the total.final String
Determines the visibility of the data labels.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 theCfnAnalysis.DataLabelOptionsProperty.Builder
.
-
-
Method Details
-
getCategoryLabelVisibility
Description copied from interface:CfnAnalysis.DataLabelOptionsProperty
Determines the visibility of the category field labels.- Specified by:
getCategoryLabelVisibility
in interfaceCfnAnalysis.DataLabelOptionsProperty
- See Also:
-
getDataLabelTypes
Description copied from interface:CfnAnalysis.DataLabelOptionsProperty
The option that determines the data label type.- Specified by:
getDataLabelTypes
in interfaceCfnAnalysis.DataLabelOptionsProperty
- See Also:
-
getLabelColor
Description copied from interface:CfnAnalysis.DataLabelOptionsProperty
Determines the color of the data labels.- Specified by:
getLabelColor
in interfaceCfnAnalysis.DataLabelOptionsProperty
- See Also:
-
getLabelContent
Description copied from interface:CfnAnalysis.DataLabelOptionsProperty
Determines the content of the data labels.- Specified by:
getLabelContent
in interfaceCfnAnalysis.DataLabelOptionsProperty
- See Also:
-
getLabelFontConfiguration
Description copied from interface:CfnAnalysis.DataLabelOptionsProperty
Determines the font configuration of the data labels.- Specified by:
getLabelFontConfiguration
in interfaceCfnAnalysis.DataLabelOptionsProperty
- See Also:
-
getMeasureLabelVisibility
Description copied from interface:CfnAnalysis.DataLabelOptionsProperty
Determines the visibility of the measure field labels.- Specified by:
getMeasureLabelVisibility
in interfaceCfnAnalysis.DataLabelOptionsProperty
- See Also:
-
getOverlap
Description copied from interface:CfnAnalysis.DataLabelOptionsProperty
Determines whether overlap is enabled or disabled for the data labels.- Specified by:
getOverlap
in interfaceCfnAnalysis.DataLabelOptionsProperty
- See Also:
-
getPosition
Description copied from interface:CfnAnalysis.DataLabelOptionsProperty
Determines the position of the data labels.- Specified by:
getPosition
in interfaceCfnAnalysis.DataLabelOptionsProperty
- See Also:
-
getTotalsVisibility
Description copied from interface:CfnAnalysis.DataLabelOptionsProperty
Determines the visibility of the total.- Specified by:
getTotalsVisibility
in interfaceCfnAnalysis.DataLabelOptionsProperty
- See Also:
-
getVisibility
Description copied from interface:CfnAnalysis.DataLabelOptionsProperty
Determines the visibility of the data labels.- Specified by:
getVisibility
in interfaceCfnAnalysis.DataLabelOptionsProperty
- 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()
-