Class HTMLRenderContext
java.lang.Object
org.eclipse.birt.report.engine.api.HTMLRenderContext
Deprecated.
set the property to RenderOption directly.
Defines the context for rendering report in HTML emitter. Objects stored in
the context object is mainly used for image and action handling, but can be
used for other purposes too.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Deprecated.base URL used for imageprotected String
Deprecated.base URL used for action handlerprotected String
Deprecated.directory to store imageprotected IRenderOption
Deprecated.HTML render optionprotected String
Deprecated.the image formats supported by the browser -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.returns the base url for creating image URLDeprecated.Returns the base URL for creating an Action URLDeprecated.returns the image directory that engine stores images and charts intoDeprecated.Deprecated.void
setBaseImageURL
(String baseImageURL) Deprecated.sets the base image URL for image handlingvoid
setBaseURL
(String baseURL) Deprecated.sets the base url for action handlingvoid
setImageDirectory
(String imageDirectory) Deprecated.sets the image directory that engine stores images and charts intovoid
setRenderOption
(IRenderOption option) Deprecated.void
SetRenderOption
(IRenderOption option) Deprecated.it is deprecated and use the setRenderOption instead.void
setSupportedImageFormats
(String formats) Deprecated.
-
Field Details
-
baseURL
Deprecated.base URL used for action handler -
baseImageURL
Deprecated.base URL used for image -
supportedImageFormats
Deprecated.the image formats supported by the browser -
imageDirectory
Deprecated.directory to store image -
renderOption
Deprecated.HTML render option
-
-
Constructor Details
-
HTMLRenderContext
public HTMLRenderContext()Deprecated.dummy constrictor
-
-
Method Details
-
getBaseURL
Deprecated.Returns the base URL for creating an Action URL- Returns:
- the baseURL.
-
setBaseURL
Deprecated.sets the base url for action handling- Parameters:
baseURL
- sets the base URL used for action handling
-
getImageDirectory
Deprecated.returns the image directory that engine stores images and charts into- Returns:
- the image directory.
-
setImageDirectory
Deprecated.sets the image directory that engine stores images and charts into- Parameters:
imageDirectory
- the image directory that engine stores images and charts into
-
getBaseImageURL
Deprecated.returns the base url for creating image URL- Returns:
- Rreturn the abse image url
-
setBaseImageURL
Deprecated.sets the base image URL for image handling- Parameters:
baseImageURL
- the base image URL
-
setSupportedImageFormats
Deprecated.- Parameters:
formats
- - the image format supported by the browser
-
getSupportedImageFormats
Deprecated.- Returns:
- the image format supported by the browser
-
setRenderOption
Deprecated. -
SetRenderOption
Deprecated.it is deprecated and use the setRenderOption instead. -
getRenderOption
Deprecated.- Returns:
- render options
-