Class CfnAnalysis.LineChartLineStyleSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.LineChartLineStyleSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.LineChartLineStyleSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.LineChartLineStyleSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.LineChartLineStyleSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.LineChartLineStyleSettingsProperty
An implementation for
CfnAnalysis.LineChartLineStyleSettingsProperty
-
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.CfnAnalysis.LineChartLineStyleSettingsProperty
CfnAnalysis.LineChartLineStyleSettingsProperty.Builder, CfnAnalysis.LineChartLineStyleSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.LineChartLineStyleSettingsProperty.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
Interpolation style for line series.final String
Line style for line series.final String
Configuration option that determines whether to show the line for the series.final String
Width that determines the line thickness.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 theCfnAnalysis.LineChartLineStyleSettingsProperty.Builder
.
-
-
Method Details
-
getLineInterpolation
Description copied from interface:CfnAnalysis.LineChartLineStyleSettingsProperty
Interpolation style for line series.LINEAR
: Show as default, linear style.SMOOTH
: Show as a smooth curve.STEPPED
: Show steps in line.
- Specified by:
getLineInterpolation
in interfaceCfnAnalysis.LineChartLineStyleSettingsProperty
-
getLineStyle
Description copied from interface:CfnAnalysis.LineChartLineStyleSettingsProperty
Line style for line series.SOLID
: Show as a solid line.DOTTED
: Show as a dotted line.DASHED
: Show as a dashed line.
- Specified by:
getLineStyle
in interfaceCfnAnalysis.LineChartLineStyleSettingsProperty
-
getLineVisibility
Description copied from interface:CfnAnalysis.LineChartLineStyleSettingsProperty
Configuration option that determines whether to show the line for the series.- Specified by:
getLineVisibility
in interfaceCfnAnalysis.LineChartLineStyleSettingsProperty
-
getLineWidth
Description copied from interface:CfnAnalysis.LineChartLineStyleSettingsProperty
Width that determines the line thickness.- Specified by:
getLineWidth
in interfaceCfnAnalysis.LineChartLineStyleSettingsProperty
-
$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()
-