Class ThemeHandle

All Implemented Interfaces:
org.eclipse.birt.report.model.elements.interfaces.IAbstractThemeModel, org.eclipse.birt.report.model.elements.interfaces.IDesignElementModel, org.eclipse.birt.report.model.elements.interfaces.IThemeModel

public class ThemeHandle extends AbstractThemeHandle implements org.eclipse.birt.report.model.elements.interfaces.IThemeModel
Represents a theme in the library. Each theme contains some number of styles.
See Also:
  • Theme
  • Constructor Details

    • ThemeHandle

      public ThemeHandle(org.eclipse.birt.report.model.core.Module module, org.eclipse.birt.report.model.core.DesignElement element)
      Constructs the handle for a theme with the given design and element. The application generally does not create handles directly. Instead, it uses one of the navigation methods available on other element handles.
      Parameters:
      module - the module
      element - the model representation of the element