Uses of Class
org.eclipse.birt.report.engine.api.CachedImage
-
Packages that use CachedImage Package Description 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 Modifier and Type Method Description 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 throughgetCachedImage
.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.
-