Class CfnDashboard.RadarChartConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.RadarChartConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.RadarChartConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.RadarChartConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.RadarChartConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.RadarChartConfigurationProperty
An implementation for
CfnDashboard.RadarChartConfigurationProperty
-
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.RadarChartConfigurationProperty
CfnDashboard.RadarChartConfigurationProperty.Builder, CfnDashboard.RadarChartConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.RadarChartConfigurationProperty.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 visibility of the colors of alternatign bands in a radar chart.final String
The color of the even-numbered alternate bands of a radar chart.final String
The color of the odd-numbered alternate bands of a radar chart.final Object
The base sreies settings of a radar chart.final Object
The category axis of a radar chart.final Object
The category label options of a radar chart.final Object
The color axis of a radar chart.final Object
The color label options of a radar chart.final Object
The field well configuration of aRadarChartVisual
.final Object
The legend display setup of the visual.final String
getShape()
The shape of the radar chart.final Object
The sort configuration of aRadarChartVisual
.final Number
The start angle of a radar chart's axis.final Object
The palette (chart color) display setup of the visual.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.RadarChartConfigurationProperty.Builder
.
-
-
Method Details
-
getAlternateBandColorsVisibility
Description copied from interface:CfnDashboard.RadarChartConfigurationProperty
Determines the visibility of the colors of alternatign bands in a radar chart.- Specified by:
getAlternateBandColorsVisibility
in interfaceCfnDashboard.RadarChartConfigurationProperty
-
getAlternateBandEvenColor
Description copied from interface:CfnDashboard.RadarChartConfigurationProperty
The color of the even-numbered alternate bands of a radar chart.- Specified by:
getAlternateBandEvenColor
in interfaceCfnDashboard.RadarChartConfigurationProperty
-
getAlternateBandOddColor
Description copied from interface:CfnDashboard.RadarChartConfigurationProperty
The color of the odd-numbered alternate bands of a radar chart.- Specified by:
getAlternateBandOddColor
in interfaceCfnDashboard.RadarChartConfigurationProperty
-
getBaseSeriesSettings
Description copied from interface:CfnDashboard.RadarChartConfigurationProperty
The base sreies settings of a radar chart.- Specified by:
getBaseSeriesSettings
in interfaceCfnDashboard.RadarChartConfigurationProperty
-
getCategoryAxis
Description copied from interface:CfnDashboard.RadarChartConfigurationProperty
The category axis of a radar chart.- Specified by:
getCategoryAxis
in interfaceCfnDashboard.RadarChartConfigurationProperty
-
getCategoryLabelOptions
Description copied from interface:CfnDashboard.RadarChartConfigurationProperty
The category label options of a radar chart.- Specified by:
getCategoryLabelOptions
in interfaceCfnDashboard.RadarChartConfigurationProperty
-
getColorAxis
Description copied from interface:CfnDashboard.RadarChartConfigurationProperty
The color axis of a radar chart.- Specified by:
getColorAxis
in interfaceCfnDashboard.RadarChartConfigurationProperty
-
getColorLabelOptions
Description copied from interface:CfnDashboard.RadarChartConfigurationProperty
The color label options of a radar chart.- Specified by:
getColorLabelOptions
in interfaceCfnDashboard.RadarChartConfigurationProperty
-
getFieldWells
Description copied from interface:CfnDashboard.RadarChartConfigurationProperty
The field well configuration of aRadarChartVisual
.- Specified by:
getFieldWells
in interfaceCfnDashboard.RadarChartConfigurationProperty
-
getLegend
Description copied from interface:CfnDashboard.RadarChartConfigurationProperty
The legend display setup of the visual.- Specified by:
getLegend
in interfaceCfnDashboard.RadarChartConfigurationProperty
-
getShape
Description copied from interface:CfnDashboard.RadarChartConfigurationProperty
The shape of the radar chart.- Specified by:
getShape
in interfaceCfnDashboard.RadarChartConfigurationProperty
-
getSortConfiguration
Description copied from interface:CfnDashboard.RadarChartConfigurationProperty
The sort configuration of aRadarChartVisual
.- Specified by:
getSortConfiguration
in interfaceCfnDashboard.RadarChartConfigurationProperty
-
getStartAngle
Description copied from interface:CfnDashboard.RadarChartConfigurationProperty
The start angle of a radar chart's axis.- Specified by:
getStartAngle
in interfaceCfnDashboard.RadarChartConfigurationProperty
-
getVisualPalette
Description copied from interface:CfnDashboard.RadarChartConfigurationProperty
The palette (chart color) display setup of the visual.- Specified by:
getVisualPalette
in interfaceCfnDashboard.RadarChartConfigurationProperty
-
$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()
-