Class AbstractThemeHandle

  • All Implemented Interfaces:
    org.eclipse.birt.report.model.elements.interfaces.IAbstractThemeModel, org.eclipse.birt.report.model.elements.interfaces.IDesignElementModel
    Direct Known Subclasses:
    ReportItemThemeHandle, ThemeHandle

    public abstract class AbstractThemeHandle
    extends ReportElementHandle
    implements org.eclipse.birt.report.model.elements.interfaces.IAbstractThemeModel
    Represents a abstract theme in the library. Each theme contains some number of styles. It can be a normal theme or a report item theme.
    See Also:
    Theme
    • Constructor Detail

      • AbstractThemeHandle

        public AbstractThemeHandle​(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