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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.ScatterPlotConfigurationProperty
CfnDashboard.ScatterPlotConfigurationProperty.Builder, CfnDashboard.ScatterPlotConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.ScatterPlotConfigurationProperty.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 ObjectThe options that determine if visual data labels are displayed.final ObjectThe field wells of the visual.final ObjectThe legend display setup of the visual.final ObjectThe legend display setup of the visual.final ObjectThe palette (chart color) display setup of the visual.final ObjectThe label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.final ObjectThe label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.final ObjectThe label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.final ObjectThe label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.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 theCfnDashboard.ScatterPlotConfigurationProperty.Builder.
-
-
Method Details
-
getDataLabels
Description copied from interface:CfnDashboard.ScatterPlotConfigurationPropertyThe options that determine if visual data labels are displayed.- Specified by:
getDataLabelsin interfaceCfnDashboard.ScatterPlotConfigurationProperty
-
getFieldWells
Description copied from interface:CfnDashboard.ScatterPlotConfigurationPropertyThe field wells of the visual.- Specified by:
getFieldWellsin interfaceCfnDashboard.ScatterPlotConfigurationProperty
-
getLegend
Description copied from interface:CfnDashboard.ScatterPlotConfigurationPropertyThe legend display setup of the visual.- Specified by:
getLegendin interfaceCfnDashboard.ScatterPlotConfigurationProperty
-
getTooltip
Description copied from interface:CfnDashboard.ScatterPlotConfigurationPropertyThe legend display setup of the visual.- Specified by:
getTooltipin interfaceCfnDashboard.ScatterPlotConfigurationProperty
-
getVisualPalette
Description copied from interface:CfnDashboard.ScatterPlotConfigurationPropertyThe palette (chart color) display setup of the visual.- Specified by:
getVisualPalettein interfaceCfnDashboard.ScatterPlotConfigurationProperty
-
getXAxisDisplayOptions
Description copied from interface:CfnDashboard.ScatterPlotConfigurationPropertyThe label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.- Specified by:
getXAxisDisplayOptionsin interfaceCfnDashboard.ScatterPlotConfigurationProperty
-
getXAxisLabelOptions
Description copied from interface:CfnDashboard.ScatterPlotConfigurationPropertyThe label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.- Specified by:
getXAxisLabelOptionsin interfaceCfnDashboard.ScatterPlotConfigurationProperty
-
getYAxisDisplayOptions
Description copied from interface:CfnDashboard.ScatterPlotConfigurationPropertyThe label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.- Specified by:
getYAxisDisplayOptionsin interfaceCfnDashboard.ScatterPlotConfigurationProperty
-
getYAxisLabelOptions
Description copied from interface:CfnDashboard.ScatterPlotConfigurationPropertyThe label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.- Specified by:
getYAxisLabelOptionsin interfaceCfnDashboard.ScatterPlotConfigurationProperty
-
$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()
-