@Generated(value="software.amazon.awssdk:codegen") public final class LineChartLineStyleSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LineChartLineStyleSettings.Builder,LineChartLineStyleSettings>
Line styles options for a line series in LineChartVisual.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LineChartLineStyleSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LineChartLineStyleSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LineInterpolation |
lineInterpolation()
Interpolation style for line series.
|
String |
lineInterpolationAsString()
Interpolation style for line series.
|
LineChartLineStyle |
lineStyle()
Line style for line series.
|
String |
lineStyleAsString()
Line style for line series.
|
Visibility |
lineVisibility()
Configuration option that determines whether to show the line for the series.
|
String |
lineVisibilityAsString()
Configuration option that determines whether to show the line for the series.
|
String |
lineWidth()
Width that determines the line thickness.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LineChartLineStyleSettings.Builder> |
serializableBuilderClass() |
LineChartLineStyleSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Visibility lineVisibility()
Configuration option that determines whether to show the line for the series.
If the service returns an enum value that is not available in the current SDK version, lineVisibility
will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lineVisibilityAsString().
Visibilitypublic final String lineVisibilityAsString()
Configuration option that determines whether to show the line for the series.
If the service returns an enum value that is not available in the current SDK version, lineVisibility
will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lineVisibilityAsString().
Visibilitypublic final LineInterpolation lineInterpolation()
Interpolation style for line series.
LINEAR: Show as default, linear style.
SMOOTH: Show as a smooth curve.
STEPPED: Show steps in line.
If the service returns an enum value that is not available in the current SDK version, lineInterpolation
will return LineInterpolation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from lineInterpolationAsString().
LINEAR: Show as default, linear style.
SMOOTH: Show as a smooth curve.
STEPPED: Show steps in line.
LineInterpolationpublic final String lineInterpolationAsString()
Interpolation style for line series.
LINEAR: Show as default, linear style.
SMOOTH: Show as a smooth curve.
STEPPED: Show steps in line.
If the service returns an enum value that is not available in the current SDK version, lineInterpolation
will return LineInterpolation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from lineInterpolationAsString().
LINEAR: Show as default, linear style.
SMOOTH: Show as a smooth curve.
STEPPED: Show steps in line.
LineInterpolationpublic final LineChartLineStyle lineStyle()
Line style for line series.
SOLID: Show as a solid line.
DOTTED: Show as a dotted line.
DASHED: Show as a dashed line.
If the service returns an enum value that is not available in the current SDK version, lineStyle will
return LineChartLineStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lineStyleAsString().
SOLID: Show as a solid line.
DOTTED: Show as a dotted line.
DASHED: Show as a dashed line.
LineChartLineStylepublic final String lineStyleAsString()
Line style for line series.
SOLID: Show as a solid line.
DOTTED: Show as a dotted line.
DASHED: Show as a dashed line.
If the service returns an enum value that is not available in the current SDK version, lineStyle will
return LineChartLineStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lineStyleAsString().
SOLID: Show as a solid line.
DOTTED: Show as a dotted line.
DASHED: Show as a dashed line.
LineChartLineStylepublic final String lineWidth()
Width that determines the line thickness.
public LineChartLineStyleSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LineChartLineStyleSettings.Builder,LineChartLineStyleSettings>public static LineChartLineStyleSettings.Builder builder()
public static Class<? extends LineChartLineStyleSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.