Class CfnAnalysis.FontConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.FontConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.FontConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.FontConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.FontConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.FontConfigurationProperty
An implementation for
CfnAnalysis.FontConfigurationProperty
-
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.FontConfigurationProperty
CfnAnalysis.FontConfigurationProperty.Builder, CfnAnalysis.FontConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.FontConfigurationProperty.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 color of the text.final String
Determines the appearance of decorative lines on the text.final Object
The option that determines the text display size.final String
Determines the text display face that is inherited by the given font family.final Object
The option that determines the text display weight, or boldness.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.FontConfigurationProperty.Builder
.
-
-
Method Details
-
getFontColor
Description copied from interface:CfnAnalysis.FontConfigurationProperty
Determines the color of the text.- Specified by:
getFontColor
in interfaceCfnAnalysis.FontConfigurationProperty
-
getFontDecoration
Description copied from interface:CfnAnalysis.FontConfigurationProperty
Determines the appearance of decorative lines on the text.- Specified by:
getFontDecoration
in interfaceCfnAnalysis.FontConfigurationProperty
-
getFontSize
Description copied from interface:CfnAnalysis.FontConfigurationProperty
The option that determines the text display size.- Specified by:
getFontSize
in interfaceCfnAnalysis.FontConfigurationProperty
-
getFontStyle
Description copied from interface:CfnAnalysis.FontConfigurationProperty
Determines the text display face that is inherited by the given font family.- Specified by:
getFontStyle
in interfaceCfnAnalysis.FontConfigurationProperty
-
getFontWeight
Description copied from interface:CfnAnalysis.FontConfigurationProperty
The option that determines the text display weight, or boldness.- Specified by:
getFontWeight
in interfaceCfnAnalysis.FontConfigurationProperty
-
$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()
-