Class CfnDashboard.AxisDisplayOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.AxisDisplayOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.AxisDisplayOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.AxisDisplayOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.AxisDisplayOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.AxisDisplayOptionsProperty
An implementation for
CfnDashboard.AxisDisplayOptionsProperty-
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.AxisDisplayOptionsProperty
CfnDashboard.AxisDisplayOptionsProperty.Builder, CfnDashboard.AxisDisplayOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.AxisDisplayOptionsProperty.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 StringDetermines whether or not the axis line is visible.final StringThe offset value that determines the starting placement of the axis within a visual's bounds.final ObjectThe data options for an axis.final StringDetermines whether or not the grid line is visible.final ObjectThe scroll bar options for an axis.final ObjectThe tick label options of an 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.AxisDisplayOptionsProperty.Builder.
-
-
Method Details
-
getAxisLineVisibility
Description copied from interface:CfnDashboard.AxisDisplayOptionsPropertyDetermines whether or not the axis line is visible.- Specified by:
getAxisLineVisibilityin interfaceCfnDashboard.AxisDisplayOptionsProperty- See Also:
-
getAxisOffset
Description copied from interface:CfnDashboard.AxisDisplayOptionsPropertyThe offset value that determines the starting placement of the axis within a visual's bounds.- Specified by:
getAxisOffsetin interfaceCfnDashboard.AxisDisplayOptionsProperty- See Also:
-
getDataOptions
Description copied from interface:CfnDashboard.AxisDisplayOptionsPropertyThe data options for an axis.Returns union: either
IResolvableorCfnDashboard.AxisDataOptionsProperty- Specified by:
getDataOptionsin interfaceCfnDashboard.AxisDisplayOptionsProperty- See Also:
-
getGridLineVisibility
Description copied from interface:CfnDashboard.AxisDisplayOptionsPropertyDetermines whether or not the grid line is visible.- Specified by:
getGridLineVisibilityin interfaceCfnDashboard.AxisDisplayOptionsProperty- See Also:
-
getScrollbarOptions
Description copied from interface:CfnDashboard.AxisDisplayOptionsPropertyThe scroll bar options for an axis.Returns union: either
IResolvableorCfnDashboard.ScrollBarOptionsProperty- Specified by:
getScrollbarOptionsin interfaceCfnDashboard.AxisDisplayOptionsProperty- See Also:
-
getTickLabelOptions
Description copied from interface:CfnDashboard.AxisDisplayOptionsPropertyThe tick label options of an axis.Returns union: either
IResolvableorCfnDashboard.AxisTickLabelOptionsProperty- Specified by:
getTickLabelOptionsin interfaceCfnDashboard.AxisDisplayOptionsProperty- 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()
-