@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScatterPlotConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of a scatter plot.
Constructor and Description |
---|
ScatterPlotConfiguration() |
Modifier and Type | Method and Description |
---|---|
ScatterPlotConfiguration |
clone() |
boolean |
equals(Object obj) |
DataLabelOptions |
getDataLabels()
The options that determine if visual data labels are displayed.
|
ScatterPlotFieldWells |
getFieldWells()
The field wells of the visual.
|
VisualInteractionOptions |
getInteractions()
The general visual interactions setup for a visual.
|
LegendOptions |
getLegend()
The legend display setup of the visual.
|
ScatterPlotSortConfiguration |
getSortConfiguration()
The sort configuration of a scatter plot.
|
TooltipOptions |
getTooltip()
The legend display setup of the visual.
|
VisualPalette |
getVisualPalette()
The palette (chart color) display setup of the visual.
|
AxisDisplayOptions |
getXAxisDisplayOptions()
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
|
ChartAxisLabelOptions |
getXAxisLabelOptions()
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
|
AxisDisplayOptions |
getYAxisDisplayOptions()
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
|
ChartAxisLabelOptions |
getYAxisLabelOptions()
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
|
void |
setFieldWells(ScatterPlotFieldWells fieldWells)
The field wells of the visual.
|
void |
setInteractions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
|
void |
setLegend(LegendOptions legend)
The legend display setup of the visual.
|
void |
setSortConfiguration(ScatterPlotSortConfiguration sortConfiguration)
The sort configuration of a scatter plot.
|
void |
setTooltip(TooltipOptions tooltip)
The legend display setup of the visual.
|
void |
setVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
void |
setXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
|
void |
setXAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
|
void |
setYAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
|
void |
setYAxisLabelOptions(ChartAxisLabelOptions yAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
|
String |
toString()
Returns a string representation of this object.
|
ScatterPlotConfiguration |
withDataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
|
ScatterPlotConfiguration |
withFieldWells(ScatterPlotFieldWells fieldWells)
The field wells of the visual.
|
ScatterPlotConfiguration |
withInteractions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
|
ScatterPlotConfiguration |
withLegend(LegendOptions legend)
The legend display setup of the visual.
|
ScatterPlotConfiguration |
withSortConfiguration(ScatterPlotSortConfiguration sortConfiguration)
The sort configuration of a scatter plot.
|
ScatterPlotConfiguration |
withTooltip(TooltipOptions tooltip)
The legend display setup of the visual.
|
ScatterPlotConfiguration |
withVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
ScatterPlotConfiguration |
withXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
|
ScatterPlotConfiguration |
withXAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
|
ScatterPlotConfiguration |
withYAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
|
ScatterPlotConfiguration |
withYAxisLabelOptions(ChartAxisLabelOptions yAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
|
public void setFieldWells(ScatterPlotFieldWells fieldWells)
The field wells of the visual.
fieldWells
- The field wells of the visual.public ScatterPlotFieldWells getFieldWells()
The field wells of the visual.
public ScatterPlotConfiguration withFieldWells(ScatterPlotFieldWells fieldWells)
The field wells of the visual.
fieldWells
- The field wells of the visual.public void setSortConfiguration(ScatterPlotSortConfiguration sortConfiguration)
The sort configuration of a scatter plot.
sortConfiguration
- The sort configuration of a scatter plot.public ScatterPlotSortConfiguration getSortConfiguration()
The sort configuration of a scatter plot.
public ScatterPlotConfiguration withSortConfiguration(ScatterPlotSortConfiguration sortConfiguration)
The sort configuration of a scatter plot.
sortConfiguration
- The sort configuration of a scatter plot.public void setXAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
xAxisLabelOptions
- The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.public ChartAxisLabelOptions getXAxisLabelOptions()
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
public ScatterPlotConfiguration withXAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
xAxisLabelOptions
- The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.public void setXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
xAxisDisplayOptions
- The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.public AxisDisplayOptions getXAxisDisplayOptions()
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
public ScatterPlotConfiguration withXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
xAxisDisplayOptions
- The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.public void setYAxisLabelOptions(ChartAxisLabelOptions yAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
yAxisLabelOptions
- The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.public ChartAxisLabelOptions getYAxisLabelOptions()
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
public ScatterPlotConfiguration withYAxisLabelOptions(ChartAxisLabelOptions yAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
yAxisLabelOptions
- The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.public void setYAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
yAxisDisplayOptions
- The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.public AxisDisplayOptions getYAxisDisplayOptions()
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
public ScatterPlotConfiguration withYAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
yAxisDisplayOptions
- The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.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 ScatterPlotConfiguration withLegend(LegendOptions legend)
The legend display setup of the visual.
legend
- The legend display setup of the visual.public void setDataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
dataLabels
- The options that determine if visual data labels are displayed.public DataLabelOptions getDataLabels()
The options that determine if visual data labels are displayed.
public ScatterPlotConfiguration withDataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
dataLabels
- The options that determine if visual data labels are displayed.public void setTooltip(TooltipOptions tooltip)
The legend display setup of the visual.
tooltip
- The legend display setup of the visual.public TooltipOptions getTooltip()
The legend display setup of the visual.
public ScatterPlotConfiguration withTooltip(TooltipOptions tooltip)
The legend display setup of the visual.
tooltip
- The legend display 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 ScatterPlotConfiguration 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 ScatterPlotConfiguration 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 ScatterPlotConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.