TemplateColorSchemeStringTemplateColorSchemeSetDisplayLayoutSetDisplayLayoutSetDisplayLayoutTemplateColorSchemeGet the DayColorScheme
Kind: Instance method of SetDisplayLayout
Returns: TemplateColorScheme - the KEY_DAY_COLOR_SCHEME value
StringGet the DisplayLayout
Kind: Instance method of SetDisplayLayout
Returns: String - the KEY_DISPLAY_LAYOUT value
TemplateColorSchemeGet the NightColorScheme
Kind: Instance method of SetDisplayLayout
Returns: TemplateColorScheme - the KEY_NIGHT_COLOR_SCHEME value
SetDisplayLayoutSet the DayColorScheme
Kind: Instance method of SetDisplayLayout
Returns: SetDisplayLayout - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| scheme | TemplateColorScheme |
A color scheme for all display layout templates. - The desired DayColorScheme. |
SetDisplayLayoutSet the DisplayLayout
Kind: Instance method of SetDisplayLayout
Returns: SetDisplayLayout - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| layout | String |
Predefined or dynamically created screen layout. Currently only predefined screen layouts are defined. - The desired DisplayLayout. {'string_min_length': 1, 'string_max_length': 500} |
SetDisplayLayoutSet the NightColorScheme
Kind: Instance method of SetDisplayLayout
Returns: SetDisplayLayout - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| scheme | TemplateColorScheme |
A color scheme for all display layout templates. - The desired NightColorScheme. |