Class CfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty
An implementation for
CfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty
CfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty.Builder, CfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe visibility of the category labels within the data labels.final StringThe color of the data label text.final ObjectThe font configuration for the data labels.final StringDetermines the style of the metric labels.final StringThe visibility of the measure labels within the data labels.final StringDetermines the positioning of the data label relative to a section of the funnel.final StringThe visibility option that determines if data labels are displayed.final inthashCode()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 theCfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty.Builder.
-
-
Method Details
-
getCategoryLabelVisibility
Description copied from interface:CfnTemplatePropsMixin.FunnelChartDataLabelOptionsPropertyThe visibility of the category labels within the data labels.- Specified by:
getCategoryLabelVisibilityin interfaceCfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty- See Also:
-
getLabelColor
Description copied from interface:CfnTemplatePropsMixin.FunnelChartDataLabelOptionsPropertyThe color of the data label text.- Specified by:
getLabelColorin interfaceCfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty- See Also:
-
getLabelFontConfiguration
Description copied from interface:CfnTemplatePropsMixin.FunnelChartDataLabelOptionsPropertyThe font configuration for the data labels.Only the
FontSizeattribute of the font configuration is used for data labels.Returns union: either
IResolvableorCfnTemplatePropsMixin.FontConfigurationProperty- Specified by:
getLabelFontConfigurationin interfaceCfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty- See Also:
-
getMeasureDataLabelStyle
Description copied from interface:CfnTemplatePropsMixin.FunnelChartDataLabelOptionsPropertyDetermines the style of the metric labels.- Specified by:
getMeasureDataLabelStylein interfaceCfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty- See Also:
-
getMeasureLabelVisibility
Description copied from interface:CfnTemplatePropsMixin.FunnelChartDataLabelOptionsPropertyThe visibility of the measure labels within the data labels.- Specified by:
getMeasureLabelVisibilityin interfaceCfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty- See Also:
-
getPosition
Description copied from interface:CfnTemplatePropsMixin.FunnelChartDataLabelOptionsPropertyDetermines the positioning of the data label relative to a section of the funnel.- Specified by:
getPositionin interfaceCfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty- See Also:
-
getVisibility
Description copied from interface:CfnTemplatePropsMixin.FunnelChartDataLabelOptionsPropertyThe visibility option that determines if data labels are displayed.- Specified by:
getVisibilityin interfaceCfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-