Uses of Class
org.eclipse.birt.report.model.api.ReportItemThemeHandle

Packages that use ReportItemThemeHandle
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") 
 

Uses of ReportItemThemeHandle in org.eclipse.birt.report.model.api
 

Methods in org.eclipse.birt.report.model.api that return ReportItemThemeHandle
 ReportItemThemeHandle ModuleHandleImpl.findReportItemTheme(java.lang.String name)
          Finds a report item theme by its name in this module and its included libraries.
 ReportItemThemeHandle ReportItemHandleImpl.getTheme()
          Returns the refresh rate when viewing the report.
 

Methods in org.eclipse.birt.report.model.api that return types with arguments of type ReportItemThemeHandle
 java.util.List<ReportItemThemeHandle> ModuleHandleImpl.getVisibleReportItemThemes(int level, java.lang.String type)
          Returns report item theme handles according the input level.
 

Methods in org.eclipse.birt.report.model.api with parameters of type ReportItemThemeHandle
 void ReportItemHandleImpl.setTheme(ReportItemThemeHandle theme)
           
 



Copyright © 2008 Actuate Corp. All rights reserved.