| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
GradientStop |
GradientStop.clone() |
GradientStop |
GradientStop.withColor(String color)
Determines the color.
|
GradientStop |
GradientStop.withDataValue(Double dataValue)
Determines the data value.
|
GradientStop |
GradientStop.withGradientOffset(Double gradientOffset)
Determines gradient offset value.
|
| Modifier and Type | Method and Description |
|---|---|
List<GradientStop> |
GradientColor.getStops()
The list of gradient color stops.
|
| Modifier and Type | Method and Description |
|---|---|
GradientColor |
GradientColor.withStops(GradientStop... stops)
The list of gradient color stops.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GradientColor.setStops(Collection<GradientStop> stops)
The list of gradient color stops.
|
GradientColor |
GradientColor.withStops(Collection<GradientStop> stops)
The list of gradient color stops.
|
Copyright © 2024. All rights reserved.