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. |