|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHTMLImageHandler
Defines the image handler interface for use in HTML format
Method Summary | |
---|---|
CachedImage |
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 |
getCachedImage(java.lang.String id,
int type,
org.eclipse.birt.report.engine.api.script.IReportContext context)
get the cached image for that id. |
java.lang.String |
onCustomImage(IImage image,
org.eclipse.birt.report.engine.api.script.IReportContext context)
|
java.lang.String |
onCustomImage(IImage image,
java.lang.Object context)
Deprecated. |
java.lang.String |
onDesignImage(IImage image,
org.eclipse.birt.report.engine.api.script.IReportContext context)
|
java.lang.String |
onDesignImage(IImage image,
java.lang.Object context)
Deprecated. |
java.lang.String |
onDocImage(IImage image,
org.eclipse.birt.report.engine.api.script.IReportContext context)
|
java.lang.String |
onDocImage(IImage image,
java.lang.Object context)
Deprecated. |
java.lang.String |
onFileImage(IImage image,
org.eclipse.birt.report.engine.api.script.IReportContext context)
|
java.lang.String |
onFileImage(IImage image,
java.lang.Object context)
Deprecated. |
java.lang.String |
onURLImage(IImage image,
org.eclipse.birt.report.engine.api.script.IReportContext context)
|
java.lang.String |
onURLImage(IImage image,
java.lang.Object context)
Deprecated. |
Method Detail |
---|
java.lang.String onDesignImage(IImage image, java.lang.Object context)
image
- the image definition objectcontext
- the context for generating the URL
java.lang.String onDesignImage(IImage image, org.eclipse.birt.report.engine.api.script.IReportContext context)
java.lang.String onDocImage(IImage image, java.lang.Object context)
image
- the image definition objectcontext
- the context for generating the URL
java.lang.String onDocImage(IImage image, org.eclipse.birt.report.engine.api.script.IReportContext context)
java.lang.String onFileImage(IImage image, java.lang.Object context)
image
- the image definition objectcontext
- the context for generating the URL
java.lang.String onFileImage(IImage image, org.eclipse.birt.report.engine.api.script.IReportContext context)
java.lang.String onURLImage(IImage image, java.lang.Object context)
image
- the image definition objectcontext
- the context for generating the URL
java.lang.String onURLImage(IImage image, org.eclipse.birt.report.engine.api.script.IReportContext context)
java.lang.String onCustomImage(IImage image, java.lang.Object context)
image
- the image definition objectcontext
- the context for generating the URL
java.lang.String onCustomImage(IImage image, org.eclipse.birt.report.engine.api.script.IReportContext context)
CachedImage getCachedImage(java.lang.String id, int type, org.eclipse.birt.report.engine.api.script.IReportContext context)
id
- id of the imagetype
- type of the image, one defined in the IImagecontext
- script context
CachedImage addCachedImage(java.lang.String id, int type, IImage image, org.eclipse.birt.report.engine.api.script.IReportContext context)
getCachedImage
.
id
- cache keytype
- image typeimage
- image objectcontext
- report context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |