| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
UIColorPalette |
UIColorPalette.clone() |
UIColorPalette |
ThemeConfiguration.getUIColorPalette()
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
|
UIColorPalette |
UIColorPalette.withAccent(String accent)
This color is that applies to selected states and buttons.
|
UIColorPalette |
UIColorPalette.withAccentForeground(String accentForeground)
The foreground color that applies to any text or other elements that appear over the accent color.
|
UIColorPalette |
UIColorPalette.withDanger(String danger)
The color that applies to error messages.
|
UIColorPalette |
UIColorPalette.withDangerForeground(String dangerForeground)
The foreground color that applies to any text or other elements that appear over the error color.
|
UIColorPalette |
UIColorPalette.withDimension(String dimension)
The color that applies to the names of fields that are identified as dimensions.
|
UIColorPalette |
UIColorPalette.withDimensionForeground(String dimensionForeground)
The foreground color that applies to any text or other elements that appear over the dimension color.
|
UIColorPalette |
UIColorPalette.withMeasure(String measure)
The color that applies to the names of fields that are identified as measures.
|
UIColorPalette |
UIColorPalette.withMeasureForeground(String measureForeground)
The foreground color that applies to any text or other elements that appear over the measure color.
|
UIColorPalette |
UIColorPalette.withPrimaryBackground(String primaryBackground)
The background color that applies to visuals and other high emphasis UI.
|
UIColorPalette |
UIColorPalette.withPrimaryForeground(String primaryForeground)
The color of text and other foreground elements that appear over the primary background regions, such as grid
lines, borders, table banding, icons, and so on.
|
UIColorPalette |
UIColorPalette.withSecondaryBackground(String secondaryBackground)
The background color that applies to the sheet background and sheet controls.
|
UIColorPalette |
UIColorPalette.withSecondaryForeground(String secondaryForeground)
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary
background.
|
UIColorPalette |
UIColorPalette.withSuccess(String success)
The color that applies to success messages, for example the check mark for a successful download.
|
UIColorPalette |
UIColorPalette.withSuccessForeground(String successForeground)
The foreground color that applies to any text or other elements that appear over the success color.
|
UIColorPalette |
UIColorPalette.withWarning(String warning)
This color that applies to warning and informational messages.
|
UIColorPalette |
UIColorPalette.withWarningForeground(String warningForeground)
The foreground color that applies to any text or other elements that appear over the warning color.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThemeConfiguration.setUIColorPalette(UIColorPalette uIColorPalette)
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
|
ThemeConfiguration |
ThemeConfiguration.withUIColorPalette(UIColorPalette uIColorPalette)
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
|
Copyright © 2020. All rights reserved.