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