Uses of Interface
io.revealbi.core.IDashboardTheme
Packages that use IDashboardTheme
Package
Description
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
-
Uses of IDashboardTheme in io.revealbi.core
Classes in io.revealbi.core that implement IDashboardThemeModifier and TypeClassDescriptionclassRepresents the default dashboard theme colors used for exports.Methods in io.revealbi.core that return IDashboardThemeModifier and TypeMethodDescriptionExportOptions.getTheme()Theme object to indicate export used colorsIExportOptions.getTheme()Theme object to indicate export used colorsMethods in io.revealbi.core with parameters of type IDashboardThemeModifier and TypeMethodDescriptionvoidExportOptions.setTheme(IDashboardTheme theme) Theme object to indicate export used colorsvoidIExportOptions.setTheme(IDashboardTheme theme) Theme object to indicate export used colorsConstructors in io.revealbi.core with parameters of type IDashboardThemeModifierConstructorDescriptionInitializes a new instance of the default dashboard theme from an existing theme.