public static final class CfnTheme.UIColorPaletteProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTheme.UIColorPaletteProperty
CfnTheme.UIColorPaletteProperty
CfnTheme.UIColorPaletteProperty.Builder, CfnTheme.UIColorPaletteProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAccent()
This color is that applies to selected states and buttons.
|
java.lang.String |
getAccentForeground()
The foreground color that applies to any text or other elements that appear over the accent color.
|
java.lang.String |
getDanger()
The color that applies to error messages.
|
java.lang.String |
getDangerForeground()
The foreground color that applies to any text or other elements that appear over the error color.
|
java.lang.String |
getDimension()
The color that applies to the names of fields that are identified as dimensions.
|
java.lang.String |
getDimensionForeground()
The foreground color that applies to any text or other elements that appear over the dimension color.
|
java.lang.String |
getMeasure()
The color that applies to the names of fields that are identified as measures.
|
java.lang.String |
getMeasureForeground()
The foreground color that applies to any text or other elements that appear over the measure color.
|
java.lang.String |
getPrimaryBackground()
The background color that applies to visuals and other high emphasis UI.
|
java.lang.String |
getPrimaryForeground()
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.
|
java.lang.String |
getSecondaryBackground()
The background color that applies to the sheet background and sheet controls.
|
java.lang.String |
getSecondaryForeground()
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
|
java.lang.String |
getSuccess()
The color that applies to success messages, for example the check mark for a successful download.
|
java.lang.String |
getSuccessForeground()
The foreground color that applies to any text or other elements that appear over the success color.
|
java.lang.String |
getWarning()
This color that applies to warning and informational messages.
|
java.lang.String |
getWarningForeground()
The foreground color that applies to any text or other elements that appear over the warning color.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAccent()
CfnTheme.UIColorPaletteProperty
getAccent
in interface CfnTheme.UIColorPaletteProperty
public final java.lang.String getAccentForeground()
CfnTheme.UIColorPaletteProperty
getAccentForeground
in interface CfnTheme.UIColorPaletteProperty
public final java.lang.String getDanger()
CfnTheme.UIColorPaletteProperty
getDanger
in interface CfnTheme.UIColorPaletteProperty
public final java.lang.String getDangerForeground()
CfnTheme.UIColorPaletteProperty
getDangerForeground
in interface CfnTheme.UIColorPaletteProperty
public final java.lang.String getDimension()
CfnTheme.UIColorPaletteProperty
getDimension
in interface CfnTheme.UIColorPaletteProperty
public final java.lang.String getDimensionForeground()
CfnTheme.UIColorPaletteProperty
getDimensionForeground
in interface CfnTheme.UIColorPaletteProperty
public final java.lang.String getMeasure()
CfnTheme.UIColorPaletteProperty
getMeasure
in interface CfnTheme.UIColorPaletteProperty
public final java.lang.String getMeasureForeground()
CfnTheme.UIColorPaletteProperty
getMeasureForeground
in interface CfnTheme.UIColorPaletteProperty
public final java.lang.String getPrimaryBackground()
CfnTheme.UIColorPaletteProperty
getPrimaryBackground
in interface CfnTheme.UIColorPaletteProperty
public final java.lang.String getPrimaryForeground()
CfnTheme.UIColorPaletteProperty
getPrimaryForeground
in interface CfnTheme.UIColorPaletteProperty
public final java.lang.String getSecondaryBackground()
CfnTheme.UIColorPaletteProperty
getSecondaryBackground
in interface CfnTheme.UIColorPaletteProperty
public final java.lang.String getSecondaryForeground()
CfnTheme.UIColorPaletteProperty
getSecondaryForeground
in interface CfnTheme.UIColorPaletteProperty
public final java.lang.String getSuccess()
CfnTheme.UIColorPaletteProperty
getSuccess
in interface CfnTheme.UIColorPaletteProperty
public final java.lang.String getSuccessForeground()
CfnTheme.UIColorPaletteProperty
getSuccessForeground
in interface CfnTheme.UIColorPaletteProperty
public final java.lang.String getWarning()
CfnTheme.UIColorPaletteProperty
getWarning
in interface CfnTheme.UIColorPaletteProperty
public final java.lang.String getWarningForeground()
CfnTheme.UIColorPaletteProperty
getWarningForeground
in interface CfnTheme.UIColorPaletteProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()