Class CfnAnalysis.LegendOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.LegendOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.LegendOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.LegendOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.LegendOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.LegendOptionsProperty
An implementation for
CfnAnalysis.LegendOptionsProperty
-
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.LegendOptionsProperty
CfnAnalysis.LegendOptionsProperty.Builder, CfnAnalysis.LegendOptionsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.LegendOptionsProperty.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
The height of the legend.final String
The positions for the legend.final Object
getTitle()
The custom title for the legend.final Object
final String
Determines whether or not the legend is visible.final String
getWidth()
The width of the legend.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.LegendOptionsProperty.Builder
.
-
-
Method Details
-
getHeight
Description copied from interface:CfnAnalysis.LegendOptionsProperty
The height of the legend.If this value is omitted, a default height is used when rendering.
- Specified by:
getHeight
in interfaceCfnAnalysis.LegendOptionsProperty
- See Also:
-
getPosition
Description copied from interface:CfnAnalysis.LegendOptionsProperty
The positions for the legend. Choose one of the following options:.AUTO
RIGHT
BOTTOM
LEFT
- Specified by:
getPosition
in interfaceCfnAnalysis.LegendOptionsProperty
- See Also:
-
getTitle
Description copied from interface:CfnAnalysis.LegendOptionsProperty
The custom title for the legend.- Specified by:
getTitle
in interfaceCfnAnalysis.LegendOptionsProperty
- See Also:
-
getValueFontConfiguration
- Specified by:
getValueFontConfiguration
in interfaceCfnAnalysis.LegendOptionsProperty
- See Also:
-
getVisibility
Description copied from interface:CfnAnalysis.LegendOptionsProperty
Determines whether or not the legend is visible.- Specified by:
getVisibility
in interfaceCfnAnalysis.LegendOptionsProperty
- See Also:
-
getWidth
Description copied from interface:CfnAnalysis.LegendOptionsProperty
The width of the legend.If this value is omitted, a default width is used when rendering.
- Specified by:
getWidth
in interfaceCfnAnalysis.LegendOptionsProperty
- 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()
-