public static interface ThemeConfiguration.Builder extends SdkPojo, CopyableBuilder<ThemeConfiguration.Builder,ThemeConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ThemeConfiguration.Builder |
dataColorPalette(Consumer<DataColorPalette.Builder> dataColorPalette)
Color properties that apply to chart data colors.
|
ThemeConfiguration.Builder |
dataColorPalette(DataColorPalette dataColorPalette)
Color properties that apply to chart data colors.
|
default ThemeConfiguration.Builder |
sheet(Consumer<SheetStyle.Builder> sheet)
Display options related to sheets.
|
ThemeConfiguration.Builder |
sheet(SheetStyle sheet)
Display options related to sheets.
|
default ThemeConfiguration.Builder |
typography(Consumer<Typography.Builder> typography)
Sets the value of the Typography property for this object.
|
ThemeConfiguration.Builder |
typography(Typography typography)
Sets the value of the Typography property for this object.
|
default ThemeConfiguration.Builder |
uiColorPalette(Consumer<UIColorPalette.Builder> uiColorPalette)
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
|
ThemeConfiguration.Builder |
uiColorPalette(UIColorPalette uiColorPalette)
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThemeConfiguration.Builder dataColorPalette(DataColorPalette dataColorPalette)
Color properties that apply to chart data colors.
dataColorPalette - Color properties that apply to chart data colors.default ThemeConfiguration.Builder dataColorPalette(Consumer<DataColorPalette.Builder> dataColorPalette)
Color properties that apply to chart data colors.
This is a convenience method that creates an instance of theDataColorPalette.Builder avoiding the
need to create one manually via DataColorPalette.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataColorPalette(DataColorPalette).
dataColorPalette - a consumer that will call methods on DataColorPalette.BuilderdataColorPalette(DataColorPalette)ThemeConfiguration.Builder uiColorPalette(UIColorPalette uiColorPalette)
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
uiColorPalette - Color properties that apply to the UI and to charts, excluding the colors that apply to data.default ThemeConfiguration.Builder uiColorPalette(Consumer<UIColorPalette.Builder> uiColorPalette)
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
This is a convenience method that creates an instance of theUIColorPalette.Builder avoiding the need
to create one manually via UIColorPalette.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to uiColorPalette(UIColorPalette).
uiColorPalette - a consumer that will call methods on UIColorPalette.BuilderuiColorPalette(UIColorPalette)ThemeConfiguration.Builder sheet(SheetStyle sheet)
Display options related to sheets.
sheet - Display options related to sheets.default ThemeConfiguration.Builder sheet(Consumer<SheetStyle.Builder> sheet)
Display options related to sheets.
This is a convenience method that creates an instance of theSheetStyle.Builder avoiding the need to
create one manually via SheetStyle.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to sheet(SheetStyle).
sheet - a consumer that will call methods on SheetStyle.Buildersheet(SheetStyle)ThemeConfiguration.Builder typography(Typography typography)
typography - The new value for the Typography property for this object.default ThemeConfiguration.Builder typography(Consumer<Typography.Builder> typography)
Typography.Builder avoiding the need to
create one manually via Typography.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to typography(Typography).
typography - a consumer that will call methods on Typography.Buildertypography(Typography)Copyright © 2023. All rights reserved.