| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ConditionalFormattingColor |
ConditionalFormattingColor.clone() |
ConditionalFormattingColor |
ShapeConditionalFormat.getBackgroundColor()
The conditional formatting for the shape background color of a filled map visual.
|
ConditionalFormattingColor |
TextConditionalFormat.getBackgroundColor()
The conditional formatting for the text background color.
|
ConditionalFormattingColor |
TableRowConditionalFormatting.getBackgroundColor()
The conditional formatting color (solid, gradient) of the background for a table row.
|
ConditionalFormattingColor |
KPIProgressBarConditionalFormatting.getForegroundColor()
The conditional formatting of the progress bar's foreground color.
|
ConditionalFormattingColor |
GaugeChartArcConditionalFormatting.getForegroundColor()
The conditional formatting of the arc foreground color.
|
ConditionalFormattingColor |
TextConditionalFormat.getTextColor()
The conditional formatting for the text color.
|
ConditionalFormattingColor |
GaugeChartPrimaryValueConditionalFormatting.getTextColor()
The conditional formatting of the primary value text color.
|
ConditionalFormattingColor |
KPIPrimaryValueConditionalFormatting.getTextColor()
The conditional formatting of the primary value's text color.
|
ConditionalFormattingColor |
TableRowConditionalFormatting.getTextColor()
The conditional formatting color (solid, gradient) of the text for a table row.
|
ConditionalFormattingColor |
ConditionalFormattingColor.withGradient(ConditionalFormattingGradientColor gradient)
Formatting configuration for gradient color.
|
ConditionalFormattingColor |
ConditionalFormattingColor.withSolid(ConditionalFormattingSolidColor solid)
Formatting configuration for solid color.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShapeConditionalFormat.setBackgroundColor(ConditionalFormattingColor backgroundColor)
The conditional formatting for the shape background color of a filled map visual.
|
void |
TextConditionalFormat.setBackgroundColor(ConditionalFormattingColor backgroundColor)
The conditional formatting for the text background color.
|
void |
TableRowConditionalFormatting.setBackgroundColor(ConditionalFormattingColor backgroundColor)
The conditional formatting color (solid, gradient) of the background for a table row.
|
void |
KPIProgressBarConditionalFormatting.setForegroundColor(ConditionalFormattingColor foregroundColor)
The conditional formatting of the progress bar's foreground color.
|
void |
GaugeChartArcConditionalFormatting.setForegroundColor(ConditionalFormattingColor foregroundColor)
The conditional formatting of the arc foreground color.
|
void |
TextConditionalFormat.setTextColor(ConditionalFormattingColor textColor)
The conditional formatting for the text color.
|
void |
GaugeChartPrimaryValueConditionalFormatting.setTextColor(ConditionalFormattingColor textColor)
The conditional formatting of the primary value text color.
|
void |
KPIPrimaryValueConditionalFormatting.setTextColor(ConditionalFormattingColor textColor)
The conditional formatting of the primary value's text color.
|
void |
TableRowConditionalFormatting.setTextColor(ConditionalFormattingColor textColor)
The conditional formatting color (solid, gradient) of the text for a table row.
|
ShapeConditionalFormat |
ShapeConditionalFormat.withBackgroundColor(ConditionalFormattingColor backgroundColor)
The conditional formatting for the shape background color of a filled map visual.
|
TextConditionalFormat |
TextConditionalFormat.withBackgroundColor(ConditionalFormattingColor backgroundColor)
The conditional formatting for the text background color.
|
TableRowConditionalFormatting |
TableRowConditionalFormatting.withBackgroundColor(ConditionalFormattingColor backgroundColor)
The conditional formatting color (solid, gradient) of the background for a table row.
|
KPIProgressBarConditionalFormatting |
KPIProgressBarConditionalFormatting.withForegroundColor(ConditionalFormattingColor foregroundColor)
The conditional formatting of the progress bar's foreground color.
|
GaugeChartArcConditionalFormatting |
GaugeChartArcConditionalFormatting.withForegroundColor(ConditionalFormattingColor foregroundColor)
The conditional formatting of the arc foreground color.
|
TextConditionalFormat |
TextConditionalFormat.withTextColor(ConditionalFormattingColor textColor)
The conditional formatting for the text color.
|
GaugeChartPrimaryValueConditionalFormatting |
GaugeChartPrimaryValueConditionalFormatting.withTextColor(ConditionalFormattingColor textColor)
The conditional formatting of the primary value text color.
|
KPIPrimaryValueConditionalFormatting |
KPIPrimaryValueConditionalFormatting.withTextColor(ConditionalFormattingColor textColor)
The conditional formatting of the primary value's text color.
|
TableRowConditionalFormatting |
TableRowConditionalFormatting.withTextColor(ConditionalFormattingColor textColor)
The conditional formatting color (solid, gradient) of the text for a table row.
|
Copyright © 2023. All rights reserved.