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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.LineChartLineStyleSettingsProperty
CfnAnalysis.LineChartLineStyleSettingsProperty.Builder, CfnAnalysis.LineChartLineStyleSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.LineChartLineStyleSettingsProperty.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 StringInterpolation style for line series.final StringLine style for line series.final StringConfiguration option that determines whether to show the line for the series.final StringWidth that determines the line thickness.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 theCfnAnalysis.LineChartLineStyleSettingsProperty.Builder.
-
-
Method Details
-
getLineInterpolation
Description copied from interface:CfnAnalysis.LineChartLineStyleSettingsPropertyInterpolation style for line series.LINEAR: Show as default, linear style.SMOOTH: Show as a smooth curve.STEPPED: Show steps in line.
- Specified by:
getLineInterpolationin interfaceCfnAnalysis.LineChartLineStyleSettingsProperty- See Also:
-
getLineStyle
Description copied from interface:CfnAnalysis.LineChartLineStyleSettingsPropertyLine style for line series.SOLID: Show as a solid line.DOTTED: Show as a dotted line.DASHED: Show as a dashed line.
- Specified by:
getLineStylein interfaceCfnAnalysis.LineChartLineStyleSettingsProperty- See Also:
-
getLineVisibility
Description copied from interface:CfnAnalysis.LineChartLineStyleSettingsPropertyConfiguration option that determines whether to show the line for the series.- Specified by:
getLineVisibilityin interfaceCfnAnalysis.LineChartLineStyleSettingsProperty- See Also:
-
getLineWidth
Description copied from interface:CfnAnalysis.LineChartLineStyleSettingsPropertyWidth that determines the line thickness.- Specified by:
getLineWidthin interfaceCfnAnalysis.LineChartLineStyleSettingsProperty- 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()
-