Uses of Interface
org.eclipse.birt.report.engine.content.IStyle

Packages that use IStyle
org.eclipse.birt.report.engine.content Defines interfaces of BIRT report items for Engine to pass from executors to emitters. 
org.eclipse.birt.report.engine.extension This package defines 3 key interfaces ---- IReportItemQuery, IReportItemGeneration, and IReportItemPresentation ---- that are used to process an extended item at query preparation, report generation and report rendering times. 
 

Uses of IStyle in org.eclipse.birt.report.engine.content
 

Methods in org.eclipse.birt.report.engine.content that return IStyle
 IStyle IReportContent.createStyle()
          create a style.
 IStyle IReportContent.findStyle(java.lang.String styleClass)
          find the named style.
 IStyle IPageContent.getContentComputedStyle()
          Deprecated. use getPageBody().getComputedStyle()
 IStyle IPageContent.getContentStyle()
          Deprecated. use getPageBody().getStyle()
 IStyle IColumn.getInlineStyle()
           
 IStyle IContent.getInlineStyle()
           
 IStyle IColumn.getStyle()
           
 

Methods in org.eclipse.birt.report.engine.content with parameters of type IStyle
 void IColumn.setInlineStyle(IStyle style)
           
 void IContent.setInlineStyle(IStyle style)
           
 void IStyle.setProperties(IStyle style)
           
 

Uses of IStyle in org.eclipse.birt.report.engine.extension
 

Methods in org.eclipse.birt.report.engine.extension with parameters of type IStyle
 void IReportItemPresentation.setDynamicStyle(IStyle style)
          Deprecated. implement #init(IReportItemPresentationInfo) instead. Set dynamic style.
 



Copyright © 2008 Actuate Corp. All rights reserved.