| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DataColor |
DataColor.clone() |
DataColor |
ColorScale.getNullValueColor()
Determines the color that is applied to null values.
|
DataColor |
DataColor.withColor(String color)
The color that is applied to the data value.
|
DataColor |
DataColor.withDataValue(Double dataValue)
The data value that the color is applied to.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataColor> |
ColorScale.getColors()
Determines the list of colors that are applied to the visual.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColorScale.setNullValueColor(DataColor nullValueColor)
Determines the color that is applied to null values.
|
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 |
ColorScale.setColors(Collection<DataColor> colors)
Determines the list of colors that are applied to the visual.
|
ColorScale |
ColorScale.withColors(Collection<DataColor> colors)
Determines the list of colors that are applied to the visual.
|
Copyright © 2023. All rights reserved.