Class CfnDashboard.ScatterPlotConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.ScatterPlotConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.ScatterPlotConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.ScatterPlotConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.ScatterPlotConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.ScatterPlotConfigurationProperty
An implementation for
CfnDashboard.ScatterPlotConfigurationProperty
-
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.ScatterPlotConfigurationProperty
CfnDashboard.ScatterPlotConfigurationProperty.Builder, CfnDashboard.ScatterPlotConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.ScatterPlotConfigurationProperty.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 Object
The options that determine if visual data labels are displayed.final Object
The field wells of the visual.final Object
The legend display setup of the visual.final Object
The legend display setup of the visual.final Object
The palette (chart color) display setup of the visual.final Object
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.final Object
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.final Object
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.final Object
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.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.ScatterPlotConfigurationProperty.Builder
.
-
-
Method Details
-
getDataLabels
Description copied from interface:CfnDashboard.ScatterPlotConfigurationProperty
The options that determine if visual data labels are displayed.- Specified by:
getDataLabels
in interfaceCfnDashboard.ScatterPlotConfigurationProperty
- See Also:
-
getFieldWells
Description copied from interface:CfnDashboard.ScatterPlotConfigurationProperty
The field wells of the visual.- Specified by:
getFieldWells
in interfaceCfnDashboard.ScatterPlotConfigurationProperty
- See Also:
-
getLegend
Description copied from interface:CfnDashboard.ScatterPlotConfigurationProperty
The legend display setup of the visual.- Specified by:
getLegend
in interfaceCfnDashboard.ScatterPlotConfigurationProperty
- See Also:
-
getTooltip
Description copied from interface:CfnDashboard.ScatterPlotConfigurationProperty
The legend display setup of the visual.- Specified by:
getTooltip
in interfaceCfnDashboard.ScatterPlotConfigurationProperty
- See Also:
-
getVisualPalette
Description copied from interface:CfnDashboard.ScatterPlotConfigurationProperty
The palette (chart color) display setup of the visual.- Specified by:
getVisualPalette
in interfaceCfnDashboard.ScatterPlotConfigurationProperty
- See Also:
-
getXAxisDisplayOptions
Description copied from interface:CfnDashboard.ScatterPlotConfigurationProperty
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.- Specified by:
getXAxisDisplayOptions
in interfaceCfnDashboard.ScatterPlotConfigurationProperty
- See Also:
-
getXAxisLabelOptions
Description copied from interface:CfnDashboard.ScatterPlotConfigurationProperty
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.- Specified by:
getXAxisLabelOptions
in interfaceCfnDashboard.ScatterPlotConfigurationProperty
- See Also:
-
getYAxisDisplayOptions
Description copied from interface:CfnDashboard.ScatterPlotConfigurationProperty
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.- Specified by:
getYAxisDisplayOptions
in interfaceCfnDashboard.ScatterPlotConfigurationProperty
- See Also:
-
getYAxisLabelOptions
Description copied from interface:CfnDashboard.ScatterPlotConfigurationProperty
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.- Specified by:
getYAxisLabelOptions
in interfaceCfnDashboard.ScatterPlotConfigurationProperty
- 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()
-