|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThemeHandle | |
---|---|
org.eclipse.birt.report.model.api | Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") |
org.eclipse.birt.report.model.api.util | Utility classes. |
Uses of ThemeHandle in org.eclipse.birt.report.model.api |
---|
Methods in org.eclipse.birt.report.model.api that return ThemeHandle | |
---|---|
ThemeHandle |
ModuleHandleImpl.findTheme(java.lang.String name)
Finds a theme by its name in this module and the included modules. |
ThemeHandle |
ModuleHandleImpl.getTheme()
Returns the refresh rate when viewing the report. |
Methods in org.eclipse.birt.report.model.api with parameters of type ThemeHandle | |
---|---|
void |
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 ThemeHandle | |
---|---|
static 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |