Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
PanelConfiguration |
PanelConfiguration.clone() |
PanelConfiguration |
SmallMultiplesOptions.getPanelConfiguration()
Configures the display options for each small multiples panel.
|
PanelConfiguration |
PanelConfiguration.withBackgroundColor(String backgroundColor)
Sets the background color for each panel.
|
PanelConfiguration |
PanelConfiguration.withBackgroundVisibility(String backgroundVisibility)
Determines whether or not a background for each small multiples panel is rendered.
|
PanelConfiguration |
PanelConfiguration.withBackgroundVisibility(Visibility backgroundVisibility)
Determines whether or not a background for each small multiples panel is rendered.
|
PanelConfiguration |
PanelConfiguration.withBorderColor(String borderColor)
Sets the line color of panel borders.
|
PanelConfiguration |
PanelConfiguration.withBorderStyle(PanelBorderStyle borderStyle)
Sets the line style of panel borders.
|
PanelConfiguration |
PanelConfiguration.withBorderStyle(String borderStyle)
Sets the line style of panel borders.
|
PanelConfiguration |
PanelConfiguration.withBorderThickness(String borderThickness)
Sets the line thickness of panel borders.
|
PanelConfiguration |
PanelConfiguration.withBorderVisibility(String borderVisibility)
Determines whether or not each panel displays a border.
|
PanelConfiguration |
PanelConfiguration.withBorderVisibility(Visibility borderVisibility)
Determines whether or not each panel displays a border.
|
PanelConfiguration |
PanelConfiguration.withGutterSpacing(String gutterSpacing)
Sets the total amount of negative space to display between sibling panels.
|
PanelConfiguration |
PanelConfiguration.withGutterVisibility(String gutterVisibility)
Determines whether or not negative space between sibling panels is rendered.
|
PanelConfiguration |
PanelConfiguration.withGutterVisibility(Visibility gutterVisibility)
Determines whether or not negative space between sibling panels is rendered.
|
PanelConfiguration |
PanelConfiguration.withTitle(PanelTitleOptions title)
Configures the title display within each small multiples panel.
|
Modifier and Type | Method and Description |
---|---|
void |
SmallMultiplesOptions.setPanelConfiguration(PanelConfiguration panelConfiguration)
Configures the display options for each small multiples panel.
|
SmallMultiplesOptions |
SmallMultiplesOptions.withPanelConfiguration(PanelConfiguration panelConfiguration)
Configures the display options for each small multiples panel.
|
Copyright © 2023. All rights reserved.