Uses of Class
org.eclipse.birt.report.engine.api.CachedImage

Packages that use CachedImage
org.eclipse.birt.report.engine.api This is an application-writer's interface for using the BIRT report engine. 
 

Uses of CachedImage in org.eclipse.birt.report.engine.api
 

Methods in org.eclipse.birt.report.engine.api that return CachedImage
 CachedImage HTMLImageHandler.addCachedImage(java.lang.String id, int type, IImage image, org.eclipse.birt.report.engine.api.script.IReportContext context)
          add the image into cache.
 CachedImage IHTMLImageHandler.addCachedImage(java.lang.String id, int type, IImage image, org.eclipse.birt.report.engine.api.script.IReportContext context)
          add the image into image cache, so it can be accessed through getCachedImage.
 CachedImage HTMLImageHandler.getCachedImage(java.lang.String id, int type, org.eclipse.birt.report.engine.api.script.IReportContext context)
          get the cached image.
 CachedImage IHTMLImageHandler.getCachedImage(java.lang.String id, int type, org.eclipse.birt.report.engine.api.script.IReportContext context)
          get the cached image for that id.
 



Copyright © 2008 Actuate Corp. All rights reserved.