Class CfnAnalysisPropsMixin.PanelConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.PanelConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisPropsMixin.PanelConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisPropsMixin.PanelConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysisPropsMixin.PanelConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisPropsMixin.PanelConfigurationProperty
An implementation for
CfnAnalysisPropsMixin.PanelConfigurationProperty-
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.CfnAnalysisPropsMixin.PanelConfigurationProperty
CfnAnalysisPropsMixin.PanelConfigurationProperty.Builder, CfnAnalysisPropsMixin.PanelConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysisPropsMixin.PanelConfigurationProperty.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 StringSets the background color for each panel.final StringDetermines whether or not a background for each small multiples panel is rendered.final StringSets the line color of panel borders.final StringSets the line style of panel borders.final StringSets the line thickness of panel borders.final StringDetermines whether or not each panel displays a border.final StringSets the total amount of negative space to display between sibling panels.final StringDetermines whether or not negative space between sibling panels is rendered.final ObjectgetTitle()Configures the title display within each small multiples panel.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 theCfnAnalysisPropsMixin.PanelConfigurationProperty.Builder.
-
-
Method Details
-
getBackgroundColor
Description copied from interface:CfnAnalysisPropsMixin.PanelConfigurationPropertySets the background color for each panel.- Specified by:
getBackgroundColorin interfaceCfnAnalysisPropsMixin.PanelConfigurationProperty- See Also:
-
getBackgroundVisibility
Description copied from interface:CfnAnalysisPropsMixin.PanelConfigurationPropertyDetermines whether or not a background for each small multiples panel is rendered.- Specified by:
getBackgroundVisibilityin interfaceCfnAnalysisPropsMixin.PanelConfigurationProperty- See Also:
-
getBorderColor
Description copied from interface:CfnAnalysisPropsMixin.PanelConfigurationPropertySets the line color of panel borders.- Specified by:
getBorderColorin interfaceCfnAnalysisPropsMixin.PanelConfigurationProperty- See Also:
-
getBorderStyle
Description copied from interface:CfnAnalysisPropsMixin.PanelConfigurationPropertySets the line style of panel borders.- Specified by:
getBorderStylein interfaceCfnAnalysisPropsMixin.PanelConfigurationProperty- See Also:
-
getBorderThickness
Description copied from interface:CfnAnalysisPropsMixin.PanelConfigurationPropertySets the line thickness of panel borders.- Specified by:
getBorderThicknessin interfaceCfnAnalysisPropsMixin.PanelConfigurationProperty- See Also:
-
getBorderVisibility
Description copied from interface:CfnAnalysisPropsMixin.PanelConfigurationPropertyDetermines whether or not each panel displays a border.- Specified by:
getBorderVisibilityin interfaceCfnAnalysisPropsMixin.PanelConfigurationProperty- See Also:
-
getGutterSpacing
Description copied from interface:CfnAnalysisPropsMixin.PanelConfigurationPropertySets the total amount of negative space to display between sibling panels.- Specified by:
getGutterSpacingin interfaceCfnAnalysisPropsMixin.PanelConfigurationProperty- See Also:
-
getGutterVisibility
Description copied from interface:CfnAnalysisPropsMixin.PanelConfigurationPropertyDetermines whether or not negative space between sibling panels is rendered.- Specified by:
getGutterVisibilityin interfaceCfnAnalysisPropsMixin.PanelConfigurationProperty- See Also:
-
getTitle
Description copied from interface:CfnAnalysisPropsMixin.PanelConfigurationPropertyConfigures the title display within each small multiples panel.Returns union: either
IResolvableorCfnAnalysisPropsMixin.PanelTitleOptionsProperty- Specified by:
getTitlein interfaceCfnAnalysisPropsMixin.PanelConfigurationProperty- 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()
-