接口 ITheme
- 所有已知实现类:
Theme
public interface ITheme
Contains the theme information.
-
方法概要
修饰符和类型方法说明getName()
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.
-
方法详细资料
-
getName
String getName()Gets the name of the theme. -
isBuiltIn
boolean isBuiltIn()Gets whether the theme is a built-in theme. -
getThemeColorScheme
IThemeColorScheme getThemeColorScheme()Represents a color scheme within the theme. -
getThemeFontScheme
IThemeFontScheme getThemeFontScheme()Represents a font scheme within the theme.
-