| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
FontConfiguration |
FontConfiguration.clone() |
FontConfiguration |
TableFieldCustomTextContent.getFontConfiguration()
The font configuration of the custom text content for the table URL link content.
|
FontConfiguration |
PanelTitleOptions.getFontConfiguration() |
FontConfiguration |
ReferenceLineLabelConfiguration.getFontConfiguration()
The font configuration of the label in a reference line.
|
FontConfiguration |
AxisLabelOptions.getFontConfiguration()
The font configuration of the axis label.
|
FontConfiguration |
TableCellStyle.getFontConfiguration()
The font configuration of the table cells.
|
FontConfiguration |
LabelOptions.getFontConfiguration()
The font configuration of the label.
|
FontConfiguration |
FunnelChartDataLabelOptions.getLabelFontConfiguration()
The font configuration for the data labels.
|
FontConfiguration |
DataLabelOptions.getLabelFontConfiguration()
Determines the font configuration of the data labels.
|
FontConfiguration |
GaugeChartOptions.getPrimaryValueFontConfiguration()
The options that determine the primary value font configuration.
|
FontConfiguration |
KPIOptions.getPrimaryValueFontConfiguration()
The options that determine the primary value font configuration.
|
FontConfiguration |
KPIOptions.getSecondaryValueFontConfiguration()
The options that determine the secondary value font configuration.
|
FontConfiguration |
FontConfiguration.withFontColor(String fontColor)
Determines the color of the text.
|
FontConfiguration |
FontConfiguration.withFontDecoration(FontDecoration fontDecoration)
Determines the appearance of decorative lines on the text.
|
FontConfiguration |
FontConfiguration.withFontDecoration(String fontDecoration)
Determines the appearance of decorative lines on the text.
|
FontConfiguration |
FontConfiguration.withFontSize(FontSize fontSize)
The option that determines the text display size.
|
FontConfiguration |
FontConfiguration.withFontStyle(FontStyle fontStyle)
Determines the text display face that is inherited by the given font family.
|
FontConfiguration |
FontConfiguration.withFontStyle(String fontStyle)
Determines the text display face that is inherited by the given font family.
|
FontConfiguration |
FontConfiguration.withFontWeight(FontWeight fontWeight)
The option that determines the text display weight, or boldness.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableFieldCustomTextContent.setFontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the custom text content for the table URL link content.
|
void |
PanelTitleOptions.setFontConfiguration(FontConfiguration fontConfiguration) |
void |
ReferenceLineLabelConfiguration.setFontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the label in a reference line.
|
void |
AxisLabelOptions.setFontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the axis label.
|
void |
TableCellStyle.setFontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the table cells.
|
void |
LabelOptions.setFontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the label.
|
void |
FunnelChartDataLabelOptions.setLabelFontConfiguration(FontConfiguration labelFontConfiguration)
The font configuration for the data labels.
|
void |
DataLabelOptions.setLabelFontConfiguration(FontConfiguration labelFontConfiguration)
Determines the font configuration of the data labels.
|
void |
GaugeChartOptions.setPrimaryValueFontConfiguration(FontConfiguration primaryValueFontConfiguration)
The options that determine the primary value font configuration.
|
void |
KPIOptions.setPrimaryValueFontConfiguration(FontConfiguration primaryValueFontConfiguration)
The options that determine the primary value font configuration.
|
void |
KPIOptions.setSecondaryValueFontConfiguration(FontConfiguration secondaryValueFontConfiguration)
The options that determine the secondary value font configuration.
|
TableFieldCustomTextContent |
TableFieldCustomTextContent.withFontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the custom text content for the table URL link content.
|
PanelTitleOptions |
PanelTitleOptions.withFontConfiguration(FontConfiguration fontConfiguration) |
ReferenceLineLabelConfiguration |
ReferenceLineLabelConfiguration.withFontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the label in a reference line.
|
AxisLabelOptions |
AxisLabelOptions.withFontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the axis label.
|
TableCellStyle |
TableCellStyle.withFontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the table cells.
|
LabelOptions |
LabelOptions.withFontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the label.
|
FunnelChartDataLabelOptions |
FunnelChartDataLabelOptions.withLabelFontConfiguration(FontConfiguration labelFontConfiguration)
The font configuration for the data labels.
|
DataLabelOptions |
DataLabelOptions.withLabelFontConfiguration(FontConfiguration labelFontConfiguration)
Determines the font configuration of the data labels.
|
GaugeChartOptions |
GaugeChartOptions.withPrimaryValueFontConfiguration(FontConfiguration primaryValueFontConfiguration)
The options that determine the primary value font configuration.
|
KPIOptions |
KPIOptions.withPrimaryValueFontConfiguration(FontConfiguration primaryValueFontConfiguration)
The options that determine the primary value font configuration.
|
KPIOptions |
KPIOptions.withSecondaryValueFontConfiguration(FontConfiguration secondaryValueFontConfiguration)
The options that determine the secondary value font configuration.
|
Copyright © 2023. All rights reserved.