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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.AxisDisplayOptionsProperty
CfnAnalysis.AxisDisplayOptionsProperty.Builder, CfnAnalysis.AxisDisplayOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.AxisDisplayOptionsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
Determines whether or not the axis line is visible.final String
The offset value that determines the starting placement of the axis within a visual's bounds.final Object
The data options for an axis.final String
Determines whether or not the grid line is visible.final Object
The scroll bar options for an axis.final Object
The tick label options of an axis.final int
hashCode()
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.AxisDisplayOptionsProperty
Determines whether or not the axis line is visible.- Specified by:
getAxisLineVisibility
in interfaceCfnAnalysis.AxisDisplayOptionsProperty
-
getAxisOffset
Description copied from interface:CfnAnalysis.AxisDisplayOptionsProperty
The offset value that determines the starting placement of the axis within a visual's bounds.- Specified by:
getAxisOffset
in interfaceCfnAnalysis.AxisDisplayOptionsProperty
-
getDataOptions
Description copied from interface:CfnAnalysis.AxisDisplayOptionsProperty
The data options for an axis.- Specified by:
getDataOptions
in interfaceCfnAnalysis.AxisDisplayOptionsProperty
-
getGridLineVisibility
Description copied from interface:CfnAnalysis.AxisDisplayOptionsProperty
Determines whether or not the grid line is visible.- Specified by:
getGridLineVisibility
in interfaceCfnAnalysis.AxisDisplayOptionsProperty
-
getScrollbarOptions
Description copied from interface:CfnAnalysis.AxisDisplayOptionsProperty
The scroll bar options for an axis.- Specified by:
getScrollbarOptions
in interfaceCfnAnalysis.AxisDisplayOptionsProperty
-
getTickLabelOptions
Description copied from interface:CfnAnalysis.AxisDisplayOptionsProperty
The tick label options of an axis.- Specified by:
getTickLabelOptions
in interfaceCfnAnalysis.AxisDisplayOptionsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-