Class CfnTemplate.LineChartLineStyleSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.LineChartLineStyleSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.LineChartLineStyleSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.LineChartLineStyleSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.LineChartLineStyleSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.LineChartLineStyleSettingsProperty
An implementation for
CfnTemplate.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.CfnTemplate.LineChartLineStyleSettingsProperty
CfnTemplate.LineChartLineStyleSettingsProperty.Builder, CfnTemplate.LineChartLineStyleSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.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 theCfnTemplate.LineChartLineStyleSettingsProperty.Builder.
-
-
Method Details
-
getLineInterpolation
Description copied from interface:CfnTemplate.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 interfaceCfnTemplate.LineChartLineStyleSettingsProperty- See Also:
-
getLineStyle
Description copied from interface:CfnTemplate.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 interfaceCfnTemplate.LineChartLineStyleSettingsProperty- See Also:
-
getLineVisibility
Description copied from interface:CfnTemplate.LineChartLineStyleSettingsPropertyConfiguration option that determines whether to show the line for the series.- Specified by:
getLineVisibilityin interfaceCfnTemplate.LineChartLineStyleSettingsProperty- See Also:
-
getLineWidth
Description copied from interface:CfnTemplate.LineChartLineStyleSettingsPropertyWidth that determines the line thickness.- Specified by:
getLineWidthin interfaceCfnTemplate.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()
-