| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.report.engine.api |
This is an application-writer's interface for using the BIRT report engine.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.