Class CfnDashboardPropsMixin.FontConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.FontConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardPropsMixin.FontConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboardPropsMixin.FontConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboardPropsMixin.FontConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboardPropsMixin.FontConfigurationProperty
An implementation for
CfnDashboardPropsMixin.FontConfigurationProperty-
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.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.FontConfigurationProperty
CfnDashboardPropsMixin.FontConfigurationProperty.Builder, CfnDashboardPropsMixin.FontConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboardPropsMixin.FontConfigurationProperty.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 StringDetermines the color of the text.final StringDetermines the appearance of decorative lines on the text.final StringThe font family that you want to use.final ObjectThe option that determines the text display size.final StringDetermines the text display face that is inherited by the given font family.final ObjectThe option that determines the text display weight, or boldness.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 theCfnDashboardPropsMixin.FontConfigurationProperty.Builder.
-
-
Method Details
-
getFontColor
Description copied from interface:CfnDashboardPropsMixin.FontConfigurationPropertyDetermines the color of the text.- Specified by:
getFontColorin interfaceCfnDashboardPropsMixin.FontConfigurationProperty- See Also:
-
getFontDecoration
Description copied from interface:CfnDashboardPropsMixin.FontConfigurationPropertyDetermines the appearance of decorative lines on the text.- Specified by:
getFontDecorationin interfaceCfnDashboardPropsMixin.FontConfigurationProperty- See Also:
-
getFontFamily
Description copied from interface:CfnDashboardPropsMixin.FontConfigurationPropertyThe font family that you want to use.- Specified by:
getFontFamilyin interfaceCfnDashboardPropsMixin.FontConfigurationProperty- See Also:
-
getFontSize
Description copied from interface:CfnDashboardPropsMixin.FontConfigurationPropertyThe option that determines the text display size.Returns union: either
IResolvableorCfnDashboardPropsMixin.FontSizeProperty- Specified by:
getFontSizein interfaceCfnDashboardPropsMixin.FontConfigurationProperty- See Also:
-
getFontStyle
Description copied from interface:CfnDashboardPropsMixin.FontConfigurationPropertyDetermines the text display face that is inherited by the given font family.- Specified by:
getFontStylein interfaceCfnDashboardPropsMixin.FontConfigurationProperty- See Also:
-
getFontWeight
Description copied from interface:CfnDashboardPropsMixin.FontConfigurationPropertyThe option that determines the text display weight, or boldness.Returns union: either
IResolvableorCfnDashboardPropsMixin.FontWeightProperty- Specified by:
getFontWeightin interfaceCfnDashboardPropsMixin.FontConfigurationProperty- 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()
-