@Generated(value="software.amazon.awssdk:codegen") public final class AxisDisplayOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AxisDisplayOptions.Builder,AxisDisplayOptions>
The display options for the axis label.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AxisDisplayOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
Visibility |
axisLineVisibility()
Determines whether or not the axis line is visible.
|
String |
axisLineVisibilityAsString()
Determines whether or not the axis line is visible.
|
String |
axisOffset()
The offset value that determines the starting placement of the axis within a visual's bounds.
|
static AxisDisplayOptions.Builder |
builder() |
AxisDataOptions |
dataOptions()
The data options for an axis.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Visibility |
gridLineVisibility()
Determines whether or not the grid line is visible.
|
String |
gridLineVisibilityAsString()
Determines whether or not the grid line is visible.
|
int |
hashCode() |
ScrollBarOptions |
scrollbarOptions()
The scroll bar options for an axis.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AxisDisplayOptions.Builder> |
serializableBuilderClass() |
AxisTickLabelOptions |
tickLabelOptions()
The tick label options of an axis.
|
AxisDisplayOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AxisTickLabelOptions tickLabelOptions()
The tick label options of an axis.
public final Visibility axisLineVisibility()
Determines whether or not the axis line is visible.
If the service returns an enum value that is not available in the current SDK version,
axisLineVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from axisLineVisibilityAsString().
Visibilitypublic final String axisLineVisibilityAsString()
Determines whether or not the axis line is visible.
If the service returns an enum value that is not available in the current SDK version,
axisLineVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from axisLineVisibilityAsString().
Visibilitypublic final Visibility gridLineVisibility()
Determines whether or not the grid line is visible.
If the service returns an enum value that is not available in the current SDK version,
gridLineVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from gridLineVisibilityAsString().
Visibilitypublic final String gridLineVisibilityAsString()
Determines whether or not the grid line is visible.
If the service returns an enum value that is not available in the current SDK version,
gridLineVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from gridLineVisibilityAsString().
Visibilitypublic final AxisDataOptions dataOptions()
The data options for an axis.
public final ScrollBarOptions scrollbarOptions()
The scroll bar options for an axis.
public final String axisOffset()
The offset value that determines the starting placement of the axis within a visual's bounds.
public AxisDisplayOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AxisDisplayOptions.Builder,AxisDisplayOptions>public static AxisDisplayOptions.Builder builder()
public static Class<? extends AxisDisplayOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.