Package io.revealbi.core
Interface IDashboardTheme
- All Known Implementing Classes:
DefaultDashboardTheme
public interface IDashboardTheme
Defines dashboard theme colors used for exports.
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the brand green color.intReturns the branding color used for theming exported dashboards.intReturns the brand red color.intReturns the neutral color.int[]Returns the series colors.
-
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.
-