@Generated(value="software.amazon.awssdk:codegen") public final class SmallMultiplesAxisProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SmallMultiplesAxisProperties.Builder,SmallMultiplesAxisProperties>
Configures the properties of a chart's axes that are used by small multiples panels.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SmallMultiplesAxisProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SmallMultiplesAxisProperties.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SmallMultiplesAxisPlacement |
placement()
Defines the placement of the axis.
|
String |
placementAsString()
Defines the placement of the axis.
|
SmallMultiplesAxisScale |
scale()
Determines whether scale of the axes are shared or independent.
|
String |
scaleAsString()
Determines whether scale of the axes are shared or independent.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SmallMultiplesAxisProperties.Builder> |
serializableBuilderClass() |
SmallMultiplesAxisProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SmallMultiplesAxisScale scale()
Determines whether scale of the axes are shared or independent. The default value is SHARED.
If the service returns an enum value that is not available in the current SDK version, scale will return
SmallMultiplesAxisScale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scaleAsString().
SHARED.SmallMultiplesAxisScalepublic final String scaleAsString()
Determines whether scale of the axes are shared or independent. The default value is SHARED.
If the service returns an enum value that is not available in the current SDK version, scale will return
SmallMultiplesAxisScale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scaleAsString().
SHARED.SmallMultiplesAxisScalepublic final SmallMultiplesAxisPlacement placement()
Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes with
INDEPENDENT scale are rendered INSIDE the panels.
If the service returns an enum value that is not available in the current SDK version, placement will
return SmallMultiplesAxisPlacement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from placementAsString().
OUTSIDE of the panels. Axes
with INDEPENDENT scale are rendered INSIDE the panels.SmallMultiplesAxisPlacementpublic final String placementAsString()
Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes with
INDEPENDENT scale are rendered INSIDE the panels.
If the service returns an enum value that is not available in the current SDK version, placement will
return SmallMultiplesAxisPlacement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from placementAsString().
OUTSIDE of the panels. Axes
with INDEPENDENT scale are rendered INSIDE the panels.SmallMultiplesAxisPlacementpublic SmallMultiplesAxisProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SmallMultiplesAxisProperties.Builder,SmallMultiplesAxisProperties>public static SmallMultiplesAxisProperties.Builder builder()
public static Class<? extends SmallMultiplesAxisProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.