Interface ITheme
- All Known Implementing Classes:
Theme
public interface ITheme
Contains the theme information.
-
Method Summary
Gets the name of the theme.
Represents a color scheme within the theme.
Represents a font scheme within the theme.
boolean
Gets whether the theme is a built-in theme.
-
Method Details
-
getName
Gets the name of the theme.
-
isBuiltIn
boolean isBuiltIn()
Gets whether the theme is a built-in theme.
-
getThemeColorScheme
Represents a color scheme within the theme.
-
getThemeFontScheme
Represents a font scheme within the theme.