| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ColorScale |
ColorScale.clone() |
ColorScale |
TreeMapConfiguration.getColorScale()
The color options (gradient color, point of divergence) of a tree map.
|
ColorScale |
HeatMapConfiguration.getColorScale()
The color options (gradient color, point of divergence) in a heat map.
|
ColorScale |
ColorScale.withColorFillType(ColorFillType colorFillType)
Determines the color fill type.
|
ColorScale |
ColorScale.withColorFillType(String colorFillType)
Determines the color fill type.
|
ColorScale |
ColorScale.withColors(Collection<DataColor> colors)
Determines the list of colors that are applied to the visual.
|
ColorScale |
ColorScale.withColors(DataColor... colors)
Determines the list of colors that are applied to the visual.
|
ColorScale |
ColorScale.withNullValueColor(DataColor nullValueColor)
Determines the color that is applied to null values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeMapConfiguration.setColorScale(ColorScale colorScale)
The color options (gradient color, point of divergence) of a tree map.
|
void |
HeatMapConfiguration.setColorScale(ColorScale colorScale)
The color options (gradient color, point of divergence) in a heat map.
|
TreeMapConfiguration |
TreeMapConfiguration.withColorScale(ColorScale colorScale)
The color options (gradient color, point of divergence) of a tree map.
|
HeatMapConfiguration |
HeatMapConfiguration.withColorScale(ColorScale colorScale)
The color options (gradient color, point of divergence) in a heat map.
|
Copyright © 2023. All rights reserved.