| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
PanelTitleOptions |
PanelTitleOptions.clone() |
PanelTitleOptions |
PanelConfiguration.getTitle()
Configures the title display within each small multiples panel.
|
PanelTitleOptions |
PanelTitleOptions.withFontConfiguration(FontConfiguration fontConfiguration) |
PanelTitleOptions |
PanelTitleOptions.withHorizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)
Sets the horizontal text alignment of the title within each panel.
|
PanelTitleOptions |
PanelTitleOptions.withHorizontalTextAlignment(String horizontalTextAlignment)
Sets the horizontal text alignment of the title within each panel.
|
PanelTitleOptions |
PanelTitleOptions.withVisibility(String visibility)
Determines whether or not panel titles are displayed.
|
PanelTitleOptions |
PanelTitleOptions.withVisibility(Visibility visibility)
Determines whether or not panel titles are displayed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PanelConfiguration.setTitle(PanelTitleOptions title)
Configures the title display within each small multiples panel.
|
PanelConfiguration |
PanelConfiguration.withTitle(PanelTitleOptions title)
Configures the title display within each small multiples panel.
|
Copyright © 2023. All rights reserved.