|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.birt.report.engine.api.HTMLImageHandler
| Constructor Summary | |
HTMLImageHandler()
|
|
| Method Summary | |
CachedImage |
getCachedImage(java.lang.String id,
int type,
org.eclipse.birt.report.engine.api.script.IReportContext context)
get the cached image for that id. |
protected java.lang.Object |
getRenderContext(org.eclipse.birt.report.engine.api.script.IReportContext context)
|
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)
handles a custom image created for example, by chart extension. |
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)
handles a design image. |
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)
handles a database image. |
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)
handles a image specified as a on-disk URI. |
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)
handles an image specified as an external URL. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HTMLImageHandler()
| Method Detail |
public java.lang.String onCustomImage(IImage image,
java.lang.Object context)
IHTMLImageHandler
onCustomImage in interface IHTMLImageHandlerimage - the image definition objectcontext - the context for generating the URL
public java.lang.String onCustomImage(IImage image,
org.eclipse.birt.report.engine.api.script.IReportContext context)
onCustomImage in interface IHTMLImageHandler
public java.lang.String onDesignImage(IImage image,
java.lang.Object context)
IHTMLImageHandler
onDesignImage in interface IHTMLImageHandlerimage - the image definition objectcontext - the context for generating the URL
public java.lang.String onDesignImage(IImage image,
org.eclipse.birt.report.engine.api.script.IReportContext context)
onDesignImage in interface IHTMLImageHandler
public java.lang.String onDocImage(IImage image,
java.lang.Object context)
IHTMLImageHandler
onDocImage in interface IHTMLImageHandlerimage - the image definition objectcontext - the context for generating the URL
public java.lang.String onDocImage(IImage image,
org.eclipse.birt.report.engine.api.script.IReportContext context)
onDocImage in interface IHTMLImageHandler
public java.lang.String onFileImage(IImage image,
java.lang.Object context)
IHTMLImageHandler
onFileImage in interface IHTMLImageHandlerimage - the image definition objectcontext - the context for generating the URL
public java.lang.String onFileImage(IImage image,
org.eclipse.birt.report.engine.api.script.IReportContext context)
onFileImage in interface IHTMLImageHandler
public java.lang.String onURLImage(IImage image,
java.lang.Object context)
IHTMLImageHandler
onURLImage in interface IHTMLImageHandlerimage - the image definition objectcontext - the context for generating the URL
public java.lang.String onURLImage(IImage image,
org.eclipse.birt.report.engine.api.script.IReportContext context)
onURLImage in interface IHTMLImageHandlerprotected java.lang.Object getRenderContext(org.eclipse.birt.report.engine.api.script.IReportContext context)
public CachedImage getCachedImage(java.lang.String id,
int type,
org.eclipse.birt.report.engine.api.script.IReportContext context)
IHTMLImageHandler
getCachedImage in interface IHTMLImageHandlerid - id of the imagetype - type of the image, one defined in the IImagecontext - script context
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||