Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleHandleImpl.setTheme(ThemeHandle theme)
Sets the theme to a report.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2008 Actuate Corp. All rights reserved.