Interface Themes

All Known Implementing Classes:
ThemesTable

public interface Themes
  • Method Summary

    Modifier and Type
    Method
    Description
    getThemeColor(int idx)
    Convert a theme "index" (as used by fonts etc) into a color.
    void
    If the colour is based on a theme, then inherit information (currently just colours) from it as required.
  • Method Details

    • getThemeColor

      XSSFColor getThemeColor(int idx)
      Convert a theme "index" (as used by fonts etc) into a color.
      Parameters:
      idx - A theme "index"
      Returns:
      The mapped XSSFColor, or null if not mapped.
    • inheritFromThemeAsRequired

      void inheritFromThemeAsRequired(XSSFColor color)
      If the colour is based on a theme, then inherit information (currently just colours) from it as required.