Interface IDashboardTheme

All Known Implementing Classes:
DefaultDashboardTheme

public interface IDashboardTheme
Defines dashboard theme colors used for exports.
  • Method Details

    • getBrandingColor

      int getBrandingColor()
      Returns the branding color used for theming exported dashboards.
      Returns:
      The branding color as an ARGB integer.
    • getBrandGreenColor

      int getBrandGreenColor()
      Returns the brand green color.
      Returns:
      The brand green color.
    • getBrandRedColor

      int getBrandRedColor()
      Returns the brand red color.
      Returns:
      The brand red color.
    • getNeutralColor

      int getNeutralColor()
      Returns the neutral color.
      Returns:
      The neutral color.
    • getSeriesColor

      int[] getSeriesColor()
      Returns the series colors.
      Returns:
      The series colors.