接口 ITheme

所有已知实现类:
Theme

public interface ITheme
Contains the theme information.
  • 方法详细资料

    • 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.