@Generated(value="software.amazon.awssdk:codegen") public final class AxisTickLabelOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AxisTickLabelOptions.Builder,AxisTickLabelOptions>
The tick label options of an axis.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AxisTickLabelOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AxisTickLabelOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LabelOptions |
labelOptions()
Determines whether or not the axis ticks are visible.
|
Double |
rotationAngle()
The rotation angle of the axis tick labels.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AxisTickLabelOptions.Builder> |
serializableBuilderClass() |
AxisTickLabelOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LabelOptions labelOptions()
Determines whether or not the axis ticks are visible.
public final Double rotationAngle()
The rotation angle of the axis tick labels.
public AxisTickLabelOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AxisTickLabelOptions.Builder,AxisTickLabelOptions>public static AxisTickLabelOptions.Builder builder()
public static Class<? extends AxisTickLabelOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.