@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BoxPlotChartConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of a BoxPlotVisual
.
Constructor and Description |
---|
BoxPlotChartConfiguration() |
Modifier and Type | Method and Description |
---|---|
BoxPlotChartConfiguration |
clone() |
boolean |
equals(Object obj) |
BoxPlotOptions |
getBoxPlotOptions()
The box plot chart options for a box plot visual
|
AxisDisplayOptions |
getCategoryAxis()
The label display options (grid line, range, scale, axis step) of a box plot category.
|
ChartAxisLabelOptions |
getCategoryLabelOptions()
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
|
BoxPlotFieldWells |
getFieldWells()
The field wells of the visual.
|
VisualInteractionOptions |
getInteractions()
The general visual interactions setup for a visual.
|
LegendOptions |
getLegend() |
AxisDisplayOptions |
getPrimaryYAxisDisplayOptions()
The label display options (grid line, range, scale, axis step) of a box plot category.
|
ChartAxisLabelOptions |
getPrimaryYAxisLabelOptions()
The label options (label text, label visibility and sort icon visibility) of a box plot value.
|
List<ReferenceLine> |
getReferenceLines()
The reference line setup of the visual.
|
BoxPlotSortConfiguration |
getSortConfiguration()
The sort configuration of a
BoxPlotVisual . |
TooltipOptions |
getTooltip()
The tooltip display setup of the visual.
|
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 |
setBoxPlotOptions(BoxPlotOptions boxPlotOptions)
The box plot chart options for a box plot visual
|
void |
setCategoryAxis(AxisDisplayOptions categoryAxis)
The label display options (grid line, range, scale, axis step) of a box plot category.
|
void |
setCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
|
void |
setFieldWells(BoxPlotFieldWells fieldWells)
The field wells of the visual.
|
void |
setInteractions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
|
void |
setLegend(LegendOptions legend) |
void |
setPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a box plot category.
|
void |
setPrimaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The label options (label text, label visibility and sort icon visibility) of a box plot value.
|
void |
setReferenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
|
void |
setSortConfiguration(BoxPlotSortConfiguration sortConfiguration)
The sort configuration of a
BoxPlotVisual . |
void |
setTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
void |
setVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
String |
toString()
Returns a string representation of this object.
|
BoxPlotChartConfiguration |
withBoxPlotOptions(BoxPlotOptions boxPlotOptions)
The box plot chart options for a box plot visual
|
BoxPlotChartConfiguration |
withCategoryAxis(AxisDisplayOptions categoryAxis)
The label display options (grid line, range, scale, axis step) of a box plot category.
|
BoxPlotChartConfiguration |
withCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
|
BoxPlotChartConfiguration |
withFieldWells(BoxPlotFieldWells fieldWells)
The field wells of the visual.
|
BoxPlotChartConfiguration |
withInteractions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
|
BoxPlotChartConfiguration |
withLegend(LegendOptions legend) |
BoxPlotChartConfiguration |
withPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a box plot category.
|
BoxPlotChartConfiguration |
withPrimaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The label options (label text, label visibility and sort icon visibility) of a box plot value.
|
BoxPlotChartConfiguration |
withReferenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
|
BoxPlotChartConfiguration |
withReferenceLines(ReferenceLine... referenceLines)
The reference line setup of the visual.
|
BoxPlotChartConfiguration |
withSortConfiguration(BoxPlotSortConfiguration sortConfiguration)
The sort configuration of a
BoxPlotVisual . |
BoxPlotChartConfiguration |
withTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
BoxPlotChartConfiguration |
withVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
public void setFieldWells(BoxPlotFieldWells fieldWells)
The field wells of the visual.
fieldWells
- The field wells of the visual.public BoxPlotFieldWells getFieldWells()
The field wells of the visual.
public BoxPlotChartConfiguration withFieldWells(BoxPlotFieldWells fieldWells)
The field wells of the visual.
fieldWells
- The field wells of the visual.public void setSortConfiguration(BoxPlotSortConfiguration sortConfiguration)
The sort configuration of a BoxPlotVisual
.
sortConfiguration
- The sort configuration of a BoxPlotVisual
.public BoxPlotSortConfiguration getSortConfiguration()
The sort configuration of a BoxPlotVisual
.
BoxPlotVisual
.public BoxPlotChartConfiguration withSortConfiguration(BoxPlotSortConfiguration sortConfiguration)
The sort configuration of a BoxPlotVisual
.
sortConfiguration
- The sort configuration of a BoxPlotVisual
.public void setBoxPlotOptions(BoxPlotOptions boxPlotOptions)
The box plot chart options for a box plot visual
boxPlotOptions
- The box plot chart options for a box plot visualpublic BoxPlotOptions getBoxPlotOptions()
The box plot chart options for a box plot visual
public BoxPlotChartConfiguration withBoxPlotOptions(BoxPlotOptions boxPlotOptions)
The box plot chart options for a box plot visual
boxPlotOptions
- The box plot chart options for a box plot visualpublic void setCategoryAxis(AxisDisplayOptions categoryAxis)
The label display options (grid line, range, scale, axis step) of a box plot category.
categoryAxis
- The label display options (grid line, range, scale, axis step) of a box plot category.public AxisDisplayOptions getCategoryAxis()
The label display options (grid line, range, scale, axis step) of a box plot category.
public BoxPlotChartConfiguration withCategoryAxis(AxisDisplayOptions categoryAxis)
The label display options (grid line, range, scale, axis step) of a box plot category.
categoryAxis
- The label display options (grid line, range, scale, axis step) of a box plot category.public void setCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
categoryLabelOptions
- The label options (label text, label visibility and sort Icon visibility) of a box plot category.public ChartAxisLabelOptions getCategoryLabelOptions()
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
public BoxPlotChartConfiguration withCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
categoryLabelOptions
- The label options (label text, label visibility and sort Icon visibility) of a box plot category.public void setPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a box plot category.
primaryYAxisDisplayOptions
- The label display options (grid line, range, scale, axis step) of a box plot category.public AxisDisplayOptions getPrimaryYAxisDisplayOptions()
The label display options (grid line, range, scale, axis step) of a box plot category.
public BoxPlotChartConfiguration withPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a box plot category.
primaryYAxisDisplayOptions
- The label display options (grid line, range, scale, axis step) of a box plot category.public void setPrimaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The label options (label text, label visibility and sort icon visibility) of a box plot value.
primaryYAxisLabelOptions
- The label options (label text, label visibility and sort icon visibility) of a box plot value.public ChartAxisLabelOptions getPrimaryYAxisLabelOptions()
The label options (label text, label visibility and sort icon visibility) of a box plot value.
public BoxPlotChartConfiguration withPrimaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The label options (label text, label visibility and sort icon visibility) of a box plot value.
primaryYAxisLabelOptions
- The label options (label text, label visibility and sort icon visibility) of a box plot value.public void setLegend(LegendOptions legend)
legend
- public LegendOptions getLegend()
public BoxPlotChartConfiguration withLegend(LegendOptions legend)
legend
- public void setTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
tooltip
- The tooltip display setup of the visual.public TooltipOptions getTooltip()
The tooltip display setup of the visual.
public BoxPlotChartConfiguration withTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
tooltip
- The tooltip display setup of the visual.public List<ReferenceLine> getReferenceLines()
The reference line setup of the visual.
public void setReferenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
referenceLines
- The reference line setup of the visual.public BoxPlotChartConfiguration withReferenceLines(ReferenceLine... referenceLines)
The reference line setup of the visual.
NOTE: This method appends the values to the existing list (if any). Use
setReferenceLines(java.util.Collection)
or withReferenceLines(java.util.Collection)
if you want
to override the existing values.
referenceLines
- The reference line setup of the visual.public BoxPlotChartConfiguration withReferenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
referenceLines
- The reference line setup of the visual.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 BoxPlotChartConfiguration withVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
visualPalette
- The palette (chart color) display setup of the visual.public void setInteractions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
interactions
- The general visual interactions setup for a visual.public VisualInteractionOptions getInteractions()
The general visual interactions setup for a visual.
public BoxPlotChartConfiguration withInteractions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
interactions
- The general visual interactions setup for a visual.public String toString()
toString
in class Object
Object.toString()
public BoxPlotChartConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.