static PanelTitleOptions.Builder |
PanelTitleOptions.builder() |
|
default PanelTitleOptions.Builder |
PanelTitleOptions.Builder.fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration) |
Sets the value of the FontConfiguration property for this object.
|
PanelTitleOptions.Builder |
PanelTitleOptions.Builder.fontConfiguration(FontConfiguration fontConfiguration) |
Sets the value of the FontConfiguration property for this object.
|
PanelTitleOptions.Builder |
PanelTitleOptions.Builder.horizontalTextAlignment(String horizontalTextAlignment) |
Sets the horizontal text alignment of the title within each panel.
|
PanelTitleOptions.Builder |
PanelTitleOptions.Builder.horizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment) |
Sets the horizontal text alignment of the title within each panel.
|
PanelTitleOptions.Builder |
PanelTitleOptions.toBuilder() |
|
PanelTitleOptions.Builder |
PanelTitleOptions.Builder.visibility(String visibility) |
Determines whether or not panel titles are displayed.
|
PanelTitleOptions.Builder |
PanelTitleOptions.Builder.visibility(Visibility visibility) |
Determines whether or not panel titles are displayed.
|