Interface StyleTheme<T extends StyleTheme<T>>
- Type Parameters:
T- The type of the dynamic theme.
- All Superinterfaces:
BaseTheme<T>
- All Known Implementing Classes:
AppTheme,AppWidgetTheme
A
BaseTheme to implement the style theme.-
Method Summary
-
Method Details
-
getStyle
int getStyle()Get the style value used by this theme.- Returns:
- The style value used by this theme.
-
setStyle
Set the style value used by this theme.- Parameters:
style- The style value to be set.- Returns:
- The
StyleThemeobject to allow for chaining of calls to set methods.
-