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