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.getCachedImage(java.lang.String id, int type, IReportContext context)
          get the cached image.
 CachedImage HTMLImageHandler.addCachedImage(java.lang.String id, int type, IImage image, IReportContext context)
          add the image into cache.
 CachedImage IHTMLImageHandler.getCachedImage(java.lang.String id, int type, IReportContext context)
          get the cached image for that id.
 CachedImage IHTMLImageHandler.addCachedImage(java.lang.String id, int type, IImage image, IReportContext context)
          add the image into image cache, so it can be accessed through getCachedImage.
 



Copyright © 2005 Actuate Corp. All rights reserved.