@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RadarChartConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of a RadarChartVisual
.
Constructor and Description |
---|
RadarChartConfiguration() |
Modifier and Type | Method and Description |
---|---|
RadarChartConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAlternateBandColorsVisibility()
Determines the visibility of the colors of alternatign bands in a radar chart.
|
String |
getAlternateBandEvenColor()
The color of the even-numbered alternate bands of a radar chart.
|
String |
getAlternateBandOddColor()
The color of the odd-numbered alternate bands of a radar chart.
|
RadarChartSeriesSettings |
getBaseSeriesSettings()
The base sreies settings of a radar chart.
|
AxisDisplayOptions |
getCategoryAxis()
The category axis of a radar chart.
|
ChartAxisLabelOptions |
getCategoryLabelOptions()
The category label options of a radar chart.
|
AxisDisplayOptions |
getColorAxis()
The color axis of a radar chart.
|
ChartAxisLabelOptions |
getColorLabelOptions()
The color label options of a radar chart.
|
RadarChartFieldWells |
getFieldWells()
The field well configuration of a
RadarChartVisual . |
LegendOptions |
getLegend()
The legend display setup of the visual.
|
String |
getShape()
The shape of the radar chart.
|
RadarChartSortConfiguration |
getSortConfiguration()
The sort configuration of a
RadarChartVisual . |
Double |
getStartAngle()
The start angle of a radar chart's axis.
|
VisualPalette |
getVisualPalette()
The palette (chart color) display setup of the visual.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAlternateBandColorsVisibility(String alternateBandColorsVisibility)
Determines the visibility of the colors of alternatign bands in a radar chart.
|
void |
setAlternateBandEvenColor(String alternateBandEvenColor)
The color of the even-numbered alternate bands of a radar chart.
|
void |
setAlternateBandOddColor(String alternateBandOddColor)
The color of the odd-numbered alternate bands of a radar chart.
|
void |
setBaseSeriesSettings(RadarChartSeriesSettings baseSeriesSettings)
The base sreies settings of a radar chart.
|
void |
setCategoryAxis(AxisDisplayOptions categoryAxis)
The category axis of a radar chart.
|
void |
setCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The category label options of a radar chart.
|
void |
setColorAxis(AxisDisplayOptions colorAxis)
The color axis of a radar chart.
|
void |
setColorLabelOptions(ChartAxisLabelOptions colorLabelOptions)
The color label options of a radar chart.
|
void |
setFieldWells(RadarChartFieldWells fieldWells)
The field well configuration of a
RadarChartVisual . |
void |
setLegend(LegendOptions legend)
The legend display setup of the visual.
|
void |
setShape(String shape)
The shape of the radar chart.
|
void |
setSortConfiguration(RadarChartSortConfiguration sortConfiguration)
The sort configuration of a
RadarChartVisual . |
void |
setStartAngle(Double startAngle)
The start angle of a radar chart's axis.
|
void |
setVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
String |
toString()
Returns a string representation of this object.
|
RadarChartConfiguration |
withAlternateBandColorsVisibility(String alternateBandColorsVisibility)
Determines the visibility of the colors of alternatign bands in a radar chart.
|
RadarChartConfiguration |
withAlternateBandColorsVisibility(Visibility alternateBandColorsVisibility)
Determines the visibility of the colors of alternatign bands in a radar chart.
|
RadarChartConfiguration |
withAlternateBandEvenColor(String alternateBandEvenColor)
The color of the even-numbered alternate bands of a radar chart.
|
RadarChartConfiguration |
withAlternateBandOddColor(String alternateBandOddColor)
The color of the odd-numbered alternate bands of a radar chart.
|
RadarChartConfiguration |
withBaseSeriesSettings(RadarChartSeriesSettings baseSeriesSettings)
The base sreies settings of a radar chart.
|
RadarChartConfiguration |
withCategoryAxis(AxisDisplayOptions categoryAxis)
The category axis of a radar chart.
|
RadarChartConfiguration |
withCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The category label options of a radar chart.
|
RadarChartConfiguration |
withColorAxis(AxisDisplayOptions colorAxis)
The color axis of a radar chart.
|
RadarChartConfiguration |
withColorLabelOptions(ChartAxisLabelOptions colorLabelOptions)
The color label options of a radar chart.
|
RadarChartConfiguration |
withFieldWells(RadarChartFieldWells fieldWells)
The field well configuration of a
RadarChartVisual . |
RadarChartConfiguration |
withLegend(LegendOptions legend)
The legend display setup of the visual.
|
RadarChartConfiguration |
withShape(RadarChartShape shape)
The shape of the radar chart.
|
RadarChartConfiguration |
withShape(String shape)
The shape of the radar chart.
|
RadarChartConfiguration |
withSortConfiguration(RadarChartSortConfiguration sortConfiguration)
The sort configuration of a
RadarChartVisual . |
RadarChartConfiguration |
withStartAngle(Double startAngle)
The start angle of a radar chart's axis.
|
RadarChartConfiguration |
withVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
public void setFieldWells(RadarChartFieldWells fieldWells)
The field well configuration of a RadarChartVisual
.
fieldWells
- The field well configuration of a RadarChartVisual
.public RadarChartFieldWells getFieldWells()
The field well configuration of a RadarChartVisual
.
RadarChartVisual
.public RadarChartConfiguration withFieldWells(RadarChartFieldWells fieldWells)
The field well configuration of a RadarChartVisual
.
fieldWells
- The field well configuration of a RadarChartVisual
.public void setSortConfiguration(RadarChartSortConfiguration sortConfiguration)
The sort configuration of a RadarChartVisual
.
sortConfiguration
- The sort configuration of a RadarChartVisual
.public RadarChartSortConfiguration getSortConfiguration()
The sort configuration of a RadarChartVisual
.
RadarChartVisual
.public RadarChartConfiguration withSortConfiguration(RadarChartSortConfiguration sortConfiguration)
The sort configuration of a RadarChartVisual
.
sortConfiguration
- The sort configuration of a RadarChartVisual
.public void setShape(String shape)
The shape of the radar chart.
shape
- The shape of the radar chart.RadarChartShape
public String getShape()
The shape of the radar chart.
RadarChartShape
public RadarChartConfiguration withShape(String shape)
The shape of the radar chart.
shape
- The shape of the radar chart.RadarChartShape
public RadarChartConfiguration withShape(RadarChartShape shape)
The shape of the radar chart.
shape
- The shape of the radar chart.RadarChartShape
public void setBaseSeriesSettings(RadarChartSeriesSettings baseSeriesSettings)
The base sreies settings of a radar chart.
baseSeriesSettings
- The base sreies settings of a radar chart.public RadarChartSeriesSettings getBaseSeriesSettings()
The base sreies settings of a radar chart.
public RadarChartConfiguration withBaseSeriesSettings(RadarChartSeriesSettings baseSeriesSettings)
The base sreies settings of a radar chart.
baseSeriesSettings
- The base sreies settings of a radar chart.public void setStartAngle(Double startAngle)
The start angle of a radar chart's axis.
startAngle
- The start angle of a radar chart's axis.public Double getStartAngle()
The start angle of a radar chart's axis.
public RadarChartConfiguration withStartAngle(Double startAngle)
The start angle of a radar chart's axis.
startAngle
- The start angle of a radar chart's axis.public void setVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
visualPalette
- The palette (chart color) display setup of the visual.public VisualPalette getVisualPalette()
The palette (chart color) display setup of the visual.
public RadarChartConfiguration withVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
visualPalette
- The palette (chart color) display setup of the visual.public void setAlternateBandColorsVisibility(String alternateBandColorsVisibility)
Determines the visibility of the colors of alternatign bands in a radar chart.
alternateBandColorsVisibility
- Determines the visibility of the colors of alternatign bands in a radar chart.Visibility
public String getAlternateBandColorsVisibility()
Determines the visibility of the colors of alternatign bands in a radar chart.
Visibility
public RadarChartConfiguration withAlternateBandColorsVisibility(String alternateBandColorsVisibility)
Determines the visibility of the colors of alternatign bands in a radar chart.
alternateBandColorsVisibility
- Determines the visibility of the colors of alternatign bands in a radar chart.Visibility
public RadarChartConfiguration withAlternateBandColorsVisibility(Visibility alternateBandColorsVisibility)
Determines the visibility of the colors of alternatign bands in a radar chart.
alternateBandColorsVisibility
- Determines the visibility of the colors of alternatign bands in a radar chart.Visibility
public void setAlternateBandEvenColor(String alternateBandEvenColor)
The color of the even-numbered alternate bands of a radar chart.
alternateBandEvenColor
- The color of the even-numbered alternate bands of a radar chart.public String getAlternateBandEvenColor()
The color of the even-numbered alternate bands of a radar chart.
public RadarChartConfiguration withAlternateBandEvenColor(String alternateBandEvenColor)
The color of the even-numbered alternate bands of a radar chart.
alternateBandEvenColor
- The color of the even-numbered alternate bands of a radar chart.public void setAlternateBandOddColor(String alternateBandOddColor)
The color of the odd-numbered alternate bands of a radar chart.
alternateBandOddColor
- The color of the odd-numbered alternate bands of a radar chart.public String getAlternateBandOddColor()
The color of the odd-numbered alternate bands of a radar chart.
public RadarChartConfiguration withAlternateBandOddColor(String alternateBandOddColor)
The color of the odd-numbered alternate bands of a radar chart.
alternateBandOddColor
- The color of the odd-numbered alternate bands of a radar chart.public void setCategoryAxis(AxisDisplayOptions categoryAxis)
The category axis of a radar chart.
categoryAxis
- The category axis of a radar chart.public AxisDisplayOptions getCategoryAxis()
The category axis of a radar chart.
public RadarChartConfiguration withCategoryAxis(AxisDisplayOptions categoryAxis)
The category axis of a radar chart.
categoryAxis
- The category axis of a radar chart.public void setCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The category label options of a radar chart.
categoryLabelOptions
- The category label options of a radar chart.public ChartAxisLabelOptions getCategoryLabelOptions()
The category label options of a radar chart.
public RadarChartConfiguration withCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The category label options of a radar chart.
categoryLabelOptions
- The category label options of a radar chart.public void setColorAxis(AxisDisplayOptions colorAxis)
The color axis of a radar chart.
colorAxis
- The color axis of a radar chart.public AxisDisplayOptions getColorAxis()
The color axis of a radar chart.
public RadarChartConfiguration withColorAxis(AxisDisplayOptions colorAxis)
The color axis of a radar chart.
colorAxis
- The color axis of a radar chart.public void setColorLabelOptions(ChartAxisLabelOptions colorLabelOptions)
The color label options of a radar chart.
colorLabelOptions
- The color label options of a radar chart.public ChartAxisLabelOptions getColorLabelOptions()
The color label options of a radar chart.
public RadarChartConfiguration withColorLabelOptions(ChartAxisLabelOptions colorLabelOptions)
The color label options of a radar chart.
colorLabelOptions
- The color label options of a radar chart.public void setLegend(LegendOptions legend)
The legend display setup of the visual.
legend
- The legend display setup of the visual.public LegendOptions getLegend()
The legend display setup of the visual.
public RadarChartConfiguration withLegend(LegendOptions legend)
The legend display setup of the visual.
legend
- The legend display setup of the visual.public String toString()
toString
in class Object
Object.toString()
public RadarChartConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.