@Generated(value="software.amazon.awssdk:codegen") public final class LineChartMarkerStyleSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LineChartMarkerStyleSettings.Builder,LineChartMarkerStyleSettings>
Marker styles options for a line series in LineChartVisual.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LineChartMarkerStyleSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LineChartMarkerStyleSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
markerColor()
Color of marker in the series.
|
LineChartMarkerShape |
markerShape()
Shape option for markers in the series.
|
String |
markerShapeAsString()
Shape option for markers in the series.
|
String |
markerSize()
Size of marker in the series.
|
Visibility |
markerVisibility()
Configuration option that determines whether to show the markers in the series.
|
String |
markerVisibilityAsString()
Configuration option that determines whether to show the markers in the series.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LineChartMarkerStyleSettings.Builder> |
serializableBuilderClass() |
LineChartMarkerStyleSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Visibility markerVisibility()
Configuration option that determines whether to show the markers in the series.
If the service returns an enum value that is not available in the current SDK version, markerVisibility
will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
markerVisibilityAsString().
Visibilitypublic final String markerVisibilityAsString()
Configuration option that determines whether to show the markers in the series.
If the service returns an enum value that is not available in the current SDK version, markerVisibility
will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
markerVisibilityAsString().
Visibilitypublic final LineChartMarkerShape markerShape()
Shape option for markers in the series.
CIRCLE: Show marker as a circle.
TRIANGLE: Show marker as a triangle.
SQUARE: Show marker as a square.
DIAMOND: Show marker as a diamond.
ROUNDED_SQUARE: Show marker as a rounded square.
If the service returns an enum value that is not available in the current SDK version, markerShape will
return LineChartMarkerShape.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from markerShapeAsString().
CIRCLE: Show marker as a circle.
TRIANGLE: Show marker as a triangle.
SQUARE: Show marker as a square.
DIAMOND: Show marker as a diamond.
ROUNDED_SQUARE: Show marker as a rounded square.
LineChartMarkerShapepublic final String markerShapeAsString()
Shape option for markers in the series.
CIRCLE: Show marker as a circle.
TRIANGLE: Show marker as a triangle.
SQUARE: Show marker as a square.
DIAMOND: Show marker as a diamond.
ROUNDED_SQUARE: Show marker as a rounded square.
If the service returns an enum value that is not available in the current SDK version, markerShape will
return LineChartMarkerShape.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from markerShapeAsString().
CIRCLE: Show marker as a circle.
TRIANGLE: Show marker as a triangle.
SQUARE: Show marker as a square.
DIAMOND: Show marker as a diamond.
ROUNDED_SQUARE: Show marker as a rounded square.
LineChartMarkerShapepublic final String markerSize()
Size of marker in the series.
public final String markerColor()
Color of marker in the series.
public LineChartMarkerStyleSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LineChartMarkerStyleSettings.Builder,LineChartMarkerStyleSettings>public static LineChartMarkerStyleSettings.Builder builder()
public static Class<? extends LineChartMarkerStyleSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.