Uses of Class
org.eclipse.birt.report.engine.api.CachedImage
Packages that use CachedImage
Package
Description
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 CachedImageModifier and TypeMethodDescriptionHTMLImageHandler.addCachedImage
(String id, int type, IImage image, org.eclipse.birt.report.engine.api.script.IReportContext context) add the image into cache.IHTMLImageHandler.addCachedImage
(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 throughgetCachedImage
.HTMLImageHandler.getCachedImage
(String id, int type, org.eclipse.birt.report.engine.api.script.IReportContext context) get the cached image.IHTMLImageHandler.getCachedImage
(String id, int type, org.eclipse.birt.report.engine.api.script.IReportContext context) get the cached image for that id.