|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the image handler interface for use in HTML format
| Method Summary | |
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,
java.lang.Object context)
handles a design image. |
java.lang.String |
onDocImage(IImage image,
java.lang.Object context)
handles a database image. |
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,
java.lang.Object context)
handles an image specified as an external URL. |
| Method Detail |
public java.lang.String onDesignImage(IImage image,
java.lang.Object context)
image - the image definition objectcontext - the context for generating the URL
public java.lang.String onDocImage(IImage image,
java.lang.Object context)
image - the image definition objectcontext - the context for generating the URL
public java.lang.String onFileImage(IImage image,
java.lang.Object context)
image - the image definition objectcontext - the context for generating the URL
public java.lang.String onURLImage(IImage image,
java.lang.Object context)
image - the image definition objectcontext - the context for generating the URL
public java.lang.String onCustomImage(IImage image,
java.lang.Object context)
image - the image definition objectcontext - the context for generating the URL
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||