public interface Theme
Modifier and Type | Method and Description |
---|---|
ThemeDefinition |
getDefaultDefinition()
Returns what this theme considers to be the default definition
|
ThemeDefinition |
getDefinition(Class<?> clazz)
Returns the theme definition associated with this class.
|
ThemeDefinition getDefaultDefinition()
ThemeDefinition getDefinition(Class<?> clazz)
null
, it should always give back a valid value (falling back to the default is nothing
else can be used).clazz
- Class to get the theme definition forCopyright © 2016. All rights reserved.