public static interface PanelConfiguration.Builder extends SdkPojo, CopyableBuilder<PanelConfiguration.Builder,PanelConfiguration>
| Modifier and Type | Method and Description |
|---|---|
PanelConfiguration.Builder |
backgroundColor(String backgroundColor)
Sets the background color for each panel.
|
PanelConfiguration.Builder |
backgroundVisibility(String backgroundVisibility)
Determines whether or not a background for each small multiples panel is rendered.
|
PanelConfiguration.Builder |
backgroundVisibility(Visibility backgroundVisibility)
Determines whether or not a background for each small multiples panel is rendered.
|
PanelConfiguration.Builder |
borderColor(String borderColor)
Sets the line color of panel borders.
|
PanelConfiguration.Builder |
borderStyle(PanelBorderStyle borderStyle)
Sets the line style of panel borders.
|
PanelConfiguration.Builder |
borderStyle(String borderStyle)
Sets the line style of panel borders.
|
PanelConfiguration.Builder |
borderThickness(String borderThickness)
Sets the line thickness of panel borders.
|
PanelConfiguration.Builder |
borderVisibility(String borderVisibility)
Determines whether or not each panel displays a border.
|
PanelConfiguration.Builder |
borderVisibility(Visibility borderVisibility)
Determines whether or not each panel displays a border.
|
PanelConfiguration.Builder |
gutterSpacing(String gutterSpacing)
Sets the total amount of negative space to display between sibling panels.
|
PanelConfiguration.Builder |
gutterVisibility(String gutterVisibility)
Determines whether or not negative space between sibling panels is rendered.
|
PanelConfiguration.Builder |
gutterVisibility(Visibility gutterVisibility)
Determines whether or not negative space between sibling panels is rendered.
|
default PanelConfiguration.Builder |
title(Consumer<PanelTitleOptions.Builder> title)
Configures the title display within each small multiples panel.
|
PanelConfiguration.Builder |
title(PanelTitleOptions title)
Configures the title display within each small multiples panel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPanelConfiguration.Builder title(PanelTitleOptions title)
Configures the title display within each small multiples panel.
title - Configures the title display within each small multiples panel.default PanelConfiguration.Builder title(Consumer<PanelTitleOptions.Builder> title)
Configures the title display within each small multiples panel.
This is a convenience method that creates an instance of thePanelTitleOptions.Builder avoiding the
need to create one manually via PanelTitleOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to title(PanelTitleOptions).
title - a consumer that will call methods on PanelTitleOptions.Buildertitle(PanelTitleOptions)PanelConfiguration.Builder borderVisibility(String borderVisibility)
Determines whether or not each panel displays a border.
borderVisibility - Determines whether or not each panel displays a border.Visibility,
VisibilityPanelConfiguration.Builder borderVisibility(Visibility borderVisibility)
Determines whether or not each panel displays a border.
borderVisibility - Determines whether or not each panel displays a border.Visibility,
VisibilityPanelConfiguration.Builder borderThickness(String borderThickness)
Sets the line thickness of panel borders.
borderThickness - Sets the line thickness of panel borders.PanelConfiguration.Builder borderStyle(String borderStyle)
Sets the line style of panel borders.
borderStyle - Sets the line style of panel borders.PanelBorderStyle,
PanelBorderStylePanelConfiguration.Builder borderStyle(PanelBorderStyle borderStyle)
Sets the line style of panel borders.
borderStyle - Sets the line style of panel borders.PanelBorderStyle,
PanelBorderStylePanelConfiguration.Builder borderColor(String borderColor)
Sets the line color of panel borders.
borderColor - Sets the line color of panel borders.PanelConfiguration.Builder gutterVisibility(String gutterVisibility)
Determines whether or not negative space between sibling panels is rendered.
gutterVisibility - Determines whether or not negative space between sibling panels is rendered.Visibility,
VisibilityPanelConfiguration.Builder gutterVisibility(Visibility gutterVisibility)
Determines whether or not negative space between sibling panels is rendered.
gutterVisibility - Determines whether or not negative space between sibling panels is rendered.Visibility,
VisibilityPanelConfiguration.Builder gutterSpacing(String gutterSpacing)
Sets the total amount of negative space to display between sibling panels.
gutterSpacing - Sets the total amount of negative space to display between sibling panels.PanelConfiguration.Builder backgroundVisibility(String backgroundVisibility)
Determines whether or not a background for each small multiples panel is rendered.
backgroundVisibility - Determines whether or not a background for each small multiples panel is rendered.Visibility,
VisibilityPanelConfiguration.Builder backgroundVisibility(Visibility backgroundVisibility)
Determines whether or not a background for each small multiples panel is rendered.
backgroundVisibility - Determines whether or not a background for each small multiples panel is rendered.Visibility,
VisibilityPanelConfiguration.Builder backgroundColor(String backgroundColor)
Sets the background color for each panel.
backgroundColor - Sets the background color for each panel.Copyright © 2023. All rights reserved.