Uses of Interface
org.eclipse.birt.report.engine.api.IHTMLImageHandler
Packages that use IHTMLImageHandler
Package
Description
This is an application-writer's interface for using the BIRT report engine.
-
Uses of IHTMLImageHandler in org.eclipse.birt.report.engine.api
Classes in org.eclipse.birt.report.engine.api that implement IHTMLImageHandlerModifier and TypeClassDescriptionclass
Default implementation for writing images in a form that is compatible with a web browser's "HTML Complete" save option, i.e., writes images to a predefined folder.class
class
Default implementation for writing images in a form that is used in a web-application.Methods in org.eclipse.birt.report.engine.api that return IHTMLImageHandlerModifier and TypeMethodDescriptionIRenderOption.getImageHandle()
Deprecated.RenderOption.getImageHandle()
Deprecated.DataExtractionOption.getImageHandler()
IDataExtractionOption.getImageHandler()
IRenderOption.getImageHandler()
Get the image handlerRenderOption.getImageHandler()
Methods in org.eclipse.birt.report.engine.api with parameters of type IHTMLImageHandlerModifier and TypeMethodDescriptionvoid
IRenderOption.setImageHandle
(IHTMLImageHandler handler) Deprecated.void
RenderOption.setImageHandle
(IHTMLImageHandler handler) Deprecated.void
DataExtractionOption.setImageHandler
(IHTMLImageHandler imageHandler) void
IDataExtractionOption.setImageHandler
(IHTMLImageHandler imageHandler) void
IRenderOption.setImageHandler
(IHTMLImageHandler handler) Set the image handlervoid
RenderOption.setImageHandler
(IHTMLImageHandler handler)