Interface StrokeTheme<T extends StrokeTheme<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 stroke theme.-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the stroke color used by this theme.boolean
isStroke()
Returns whether the stroke is required for this theme.
-
Method Details
-
isStroke
boolean isStroke()Returns whether the stroke is required for this theme.- Returns:
true
if the stroke is required for this theme.
-
getStrokeColor
Returns the stroke color used by this theme.- Returns:
- The stroke color used by this theme.
-