Class CfnDashboard.PanelConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.PanelConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.PanelConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.PanelConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.PanelConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.PanelConfigurationProperty
An implementation for
CfnDashboard.PanelConfigurationProperty
-
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.CfnDashboard.PanelConfigurationProperty
CfnDashboard.PanelConfigurationProperty.Builder, CfnDashboard.PanelConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.PanelConfigurationProperty.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
Sets the background color for each panel.final String
Determines whether or not a background for each small multiples panel is rendered.final String
Sets the line color of panel borders.final String
Sets the line style of panel borders.final String
Sets the line thickness of panel borders.final String
Determines whether or not each panel displays a border.final String
Sets the total amount of negative space to display between sibling panels.final String
Determines whether or not negative space between sibling panels is rendered.final Object
getTitle()
Configures the title display within each small multiples panel.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 theCfnDashboard.PanelConfigurationProperty.Builder
.
-
-
Method Details
-
getBackgroundColor
Description copied from interface:CfnDashboard.PanelConfigurationProperty
Sets the background color for each panel.- Specified by:
getBackgroundColor
in interfaceCfnDashboard.PanelConfigurationProperty
-
getBackgroundVisibility
Description copied from interface:CfnDashboard.PanelConfigurationProperty
Determines whether or not a background for each small multiples panel is rendered.- Specified by:
getBackgroundVisibility
in interfaceCfnDashboard.PanelConfigurationProperty
-
getBorderColor
Description copied from interface:CfnDashboard.PanelConfigurationProperty
Sets the line color of panel borders.- Specified by:
getBorderColor
in interfaceCfnDashboard.PanelConfigurationProperty
-
getBorderStyle
Description copied from interface:CfnDashboard.PanelConfigurationProperty
Sets the line style of panel borders.- Specified by:
getBorderStyle
in interfaceCfnDashboard.PanelConfigurationProperty
-
getBorderThickness
Description copied from interface:CfnDashboard.PanelConfigurationProperty
Sets the line thickness of panel borders.- Specified by:
getBorderThickness
in interfaceCfnDashboard.PanelConfigurationProperty
-
getBorderVisibility
Description copied from interface:CfnDashboard.PanelConfigurationProperty
Determines whether or not each panel displays a border.- Specified by:
getBorderVisibility
in interfaceCfnDashboard.PanelConfigurationProperty
-
getGutterSpacing
Description copied from interface:CfnDashboard.PanelConfigurationProperty
Sets the total amount of negative space to display between sibling panels.- Specified by:
getGutterSpacing
in interfaceCfnDashboard.PanelConfigurationProperty
-
getGutterVisibility
Description copied from interface:CfnDashboard.PanelConfigurationProperty
Determines whether or not negative space between sibling panels is rendered.- Specified by:
getGutterVisibility
in interfaceCfnDashboard.PanelConfigurationProperty
-
getTitle
Description copied from interface:CfnDashboard.PanelConfigurationProperty
Configures the title display within each small multiples panel.- Specified by:
getTitle
in interfaceCfnDashboard.PanelConfigurationProperty
-
$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()
-