Uses of Class
org.eclipse.birt.report.model.api.ThemeHandle
Packages that use ThemeHandle
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
Utility classes.
-
Uses of ThemeHandle in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return ThemeHandleModifier and TypeMethodDescriptionfinal ThemeHandle
Finds a theme by its name in this module and the included modules.final ThemeHandle
ModuleHandleImpl.getTheme()
Returns the refresh rate when viewing the report.Methods in org.eclipse.birt.report.model.api with parameters of type ThemeHandleModifier and TypeMethodDescriptionvoid
ModuleHandleImpl.setTheme
(ThemeHandle theme) Sets the theme to a report. -
Uses of ThemeHandle in org.eclipse.birt.report.model.api.util
Methods in org.eclipse.birt.report.model.api.util with parameters of type ThemeHandleModifier and TypeMethodDescriptionstatic boolean
ElementExportUtilImpl.canExport
(StyleHandle styleHandle, ThemeHandle themeHandle, boolean canOverride) Checks whether the given element can be exported into the selected theme.static void
ElementExportUtilImpl.exportStyle
(StyleHandle styleToExport, ThemeHandle themeHandle, boolean canOverride) Exports the given style into selected theme.