@Generated(value="software.amazon.awssdk:codegen") public final class RadarChartConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RadarChartConfiguration.Builder,RadarChartConfiguration>
The configuration of a RadarChartVisual
.
Modifier and Type | Class and Description |
---|---|
static interface |
RadarChartConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
Visibility |
alternateBandColorsVisibility()
Determines the visibility of the colors of alternatign bands in a radar chart.
|
String |
alternateBandColorsVisibilityAsString()
Determines the visibility of the colors of alternatign bands in a radar chart.
|
String |
alternateBandEvenColor()
The color of the even-numbered alternate bands of a radar chart.
|
String |
alternateBandOddColor()
The color of the odd-numbered alternate bands of a radar chart.
|
RadarChartAxesRangeScale |
axesRangeScale()
The axis behavior options of a radar chart.
|
String |
axesRangeScaleAsString()
The axis behavior options of a radar chart.
|
RadarChartSeriesSettings |
baseSeriesSettings()
The base sreies settings of a radar chart.
|
static RadarChartConfiguration.Builder |
builder() |
AxisDisplayOptions |
categoryAxis()
The category axis of a radar chart.
|
ChartAxisLabelOptions |
categoryLabelOptions()
The category label options of a radar chart.
|
AxisDisplayOptions |
colorAxis()
The color axis of a radar chart.
|
ChartAxisLabelOptions |
colorLabelOptions()
The color label options of a radar chart.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
RadarChartFieldWells |
fieldWells()
The field well configuration of a
RadarChartVisual . |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LegendOptions |
legend()
The legend display setup of the visual.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RadarChartConfiguration.Builder> |
serializableBuilderClass() |
RadarChartShape |
shape()
The shape of the radar chart.
|
String |
shapeAsString()
The shape of the radar chart.
|
RadarChartSortConfiguration |
sortConfiguration()
The sort configuration of a
RadarChartVisual . |
Double |
startAngle()
The start angle of a radar chart's axis.
|
RadarChartConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VisualPalette |
visualPalette()
The palette (chart color) display setup of the visual.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final RadarChartFieldWells fieldWells()
The field well configuration of a RadarChartVisual
.
RadarChartVisual
.public final RadarChartSortConfiguration sortConfiguration()
The sort configuration of a RadarChartVisual
.
RadarChartVisual
.public final RadarChartShape shape()
The shape of the radar chart.
If the service returns an enum value that is not available in the current SDK version, shape
will return
RadarChartShape.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
shapeAsString()
.
RadarChartShape
public final String shapeAsString()
The shape of the radar chart.
If the service returns an enum value that is not available in the current SDK version, shape
will return
RadarChartShape.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
shapeAsString()
.
RadarChartShape
public final RadarChartSeriesSettings baseSeriesSettings()
The base sreies settings of a radar chart.
public final Double startAngle()
The start angle of a radar chart's axis.
public final VisualPalette visualPalette()
The palette (chart color) display setup of the visual.
public final Visibility alternateBandColorsVisibility()
Determines the visibility of the colors of alternatign bands in a radar chart.
If the service returns an enum value that is not available in the current SDK version,
alternateBandColorsVisibility
will return Visibility.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from alternateBandColorsVisibilityAsString()
.
Visibility
public final String alternateBandColorsVisibilityAsString()
Determines the visibility of the colors of alternatign bands in a radar chart.
If the service returns an enum value that is not available in the current SDK version,
alternateBandColorsVisibility
will return Visibility.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from alternateBandColorsVisibilityAsString()
.
Visibility
public final String alternateBandEvenColor()
The color of the even-numbered alternate bands of a radar chart.
public final String alternateBandOddColor()
The color of the odd-numbered alternate bands of a radar chart.
public final AxisDisplayOptions categoryAxis()
The category axis of a radar chart.
public final ChartAxisLabelOptions categoryLabelOptions()
The category label options of a radar chart.
public final AxisDisplayOptions colorAxis()
The color axis of a radar chart.
public final ChartAxisLabelOptions colorLabelOptions()
The color label options of a radar chart.
public final LegendOptions legend()
The legend display setup of the visual.
public final RadarChartAxesRangeScale axesRangeScale()
The axis behavior options of a radar chart.
If the service returns an enum value that is not available in the current SDK version, axesRangeScale
will return RadarChartAxesRangeScale.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from axesRangeScaleAsString()
.
RadarChartAxesRangeScale
public final String axesRangeScaleAsString()
The axis behavior options of a radar chart.
If the service returns an enum value that is not available in the current SDK version, axesRangeScale
will return RadarChartAxesRangeScale.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from axesRangeScaleAsString()
.
RadarChartAxesRangeScale
public RadarChartConfiguration.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<RadarChartConfiguration.Builder,RadarChartConfiguration>
public static RadarChartConfiguration.Builder builder()
public static Class<? extends RadarChartConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.