public interface ITheme
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of the theme.
|
IThemeColorScheme |
getThemeColorScheme()
Represents a color scheme within the theme.
|
IThemeFontScheme |
getThemeFontScheme()
Represents a font scheme within the theme.
|
boolean |
isBuiltIn()
Gets whether the theme is a built-in theme.
|
java.lang.String getName()
boolean isBuiltIn()
IThemeColorScheme getThemeColorScheme()
IThemeFontScheme getThemeFontScheme()