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