@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HeatMapConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of a heat map.
Constructor and Description |
---|
HeatMapConfiguration() |
Modifier and Type | Method and Description |
---|---|
HeatMapConfiguration |
clone() |
boolean |
equals(Object obj) |
ColorScale |
getColorScale()
The color options (gradient color, point of divergence) in a heat map.
|
ChartAxisLabelOptions |
getColumnLabelOptions()
The label options of the column that is displayed in a heat map.
|
DataLabelOptions |
getDataLabels()
The options that determine if visual data labels are displayed.
|
HeatMapFieldWells |
getFieldWells()
The field wells of the visual.
|
LegendOptions |
getLegend()
The legend display setup of the visual.
|
ChartAxisLabelOptions |
getRowLabelOptions()
The label options of the row that is displayed in a
heat map . |
HeatMapSortConfiguration |
getSortConfiguration()
The sort configuration of a heat map.
|
TooltipOptions |
getTooltip()
The tooltip display setup of the visual.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColorScale(ColorScale colorScale)
The color options (gradient color, point of divergence) in a heat map.
|
void |
setColumnLabelOptions(ChartAxisLabelOptions columnLabelOptions)
The label options of the column that is displayed in a heat map.
|
void |
setDataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
|
void |
setFieldWells(HeatMapFieldWells fieldWells)
The field wells of the visual.
|
void |
setLegend(LegendOptions legend)
The legend display setup of the visual.
|
void |
setRowLabelOptions(ChartAxisLabelOptions rowLabelOptions)
The label options of the row that is displayed in a
heat map . |
void |
setSortConfiguration(HeatMapSortConfiguration sortConfiguration)
The sort configuration of a heat map.
|
void |
setTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
String |
toString()
Returns a string representation of this object.
|
HeatMapConfiguration |
withColorScale(ColorScale colorScale)
The color options (gradient color, point of divergence) in a heat map.
|
HeatMapConfiguration |
withColumnLabelOptions(ChartAxisLabelOptions columnLabelOptions)
The label options of the column that is displayed in a heat map.
|
HeatMapConfiguration |
withDataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
|
HeatMapConfiguration |
withFieldWells(HeatMapFieldWells fieldWells)
The field wells of the visual.
|
HeatMapConfiguration |
withLegend(LegendOptions legend)
The legend display setup of the visual.
|
HeatMapConfiguration |
withRowLabelOptions(ChartAxisLabelOptions rowLabelOptions)
The label options of the row that is displayed in a
heat map . |
HeatMapConfiguration |
withSortConfiguration(HeatMapSortConfiguration sortConfiguration)
The sort configuration of a heat map.
|
HeatMapConfiguration |
withTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
public void setFieldWells(HeatMapFieldWells fieldWells)
The field wells of the visual.
fieldWells
- The field wells of the visual.public HeatMapFieldWells getFieldWells()
The field wells of the visual.
public HeatMapConfiguration withFieldWells(HeatMapFieldWells fieldWells)
The field wells of the visual.
fieldWells
- The field wells of the visual.public void setSortConfiguration(HeatMapSortConfiguration sortConfiguration)
The sort configuration of a heat map.
sortConfiguration
- The sort configuration of a heat map.public HeatMapSortConfiguration getSortConfiguration()
The sort configuration of a heat map.
public HeatMapConfiguration withSortConfiguration(HeatMapSortConfiguration sortConfiguration)
The sort configuration of a heat map.
sortConfiguration
- The sort configuration of a heat map.public void setRowLabelOptions(ChartAxisLabelOptions rowLabelOptions)
The label options of the row that is displayed in a heat map
.
rowLabelOptions
- The label options of the row that is displayed in a heat map
.public ChartAxisLabelOptions getRowLabelOptions()
The label options of the row that is displayed in a heat map
.
heat map
.public HeatMapConfiguration withRowLabelOptions(ChartAxisLabelOptions rowLabelOptions)
The label options of the row that is displayed in a heat map
.
rowLabelOptions
- The label options of the row that is displayed in a heat map
.public void setColumnLabelOptions(ChartAxisLabelOptions columnLabelOptions)
The label options of the column that is displayed in a heat map.
columnLabelOptions
- The label options of the column that is displayed in a heat map.public ChartAxisLabelOptions getColumnLabelOptions()
The label options of the column that is displayed in a heat map.
public HeatMapConfiguration withColumnLabelOptions(ChartAxisLabelOptions columnLabelOptions)
The label options of the column that is displayed in a heat map.
columnLabelOptions
- The label options of the column that is displayed in a heat map.public void setColorScale(ColorScale colorScale)
The color options (gradient color, point of divergence) in a heat map.
colorScale
- The color options (gradient color, point of divergence) in a heat map.public ColorScale getColorScale()
The color options (gradient color, point of divergence) in a heat map.
public HeatMapConfiguration withColorScale(ColorScale colorScale)
The color options (gradient color, point of divergence) in a heat map.
colorScale
- The color options (gradient color, point of divergence) in a heat map.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 HeatMapConfiguration 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 HeatMapConfiguration 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 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 HeatMapConfiguration withTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
tooltip
- The tooltip display setup of the visual.public String toString()
toString
in class Object
Object.toString()
public HeatMapConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.