Class HTMLRenderContext
- java.lang.Object
-
- org.eclipse.birt.report.engine.api.HTMLRenderContext
-
@Deprecated public class HTMLRenderContext extends java.lang.Object
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
Fields Modifier and Type Field Description protected java.lang.String
baseImageURL
Deprecated.base URL used for imageprotected java.lang.String
baseURL
Deprecated.base URL used for action handlerprotected java.lang.String
imageDirectory
Deprecated.directory to store imageprotected IRenderOption
renderOption
Deprecated.HTML render optionprotected java.lang.String
supportedImageFormats
Deprecated.the image formats supported by the browser
-
Constructor Summary
Constructors Constructor Description HTMLRenderContext()
Deprecated.dummy constrictor
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getBaseImageURL()
Deprecated.returns the base url for creating image URLjava.lang.String
getBaseURL()
Deprecated.Returns the base URL for creating an Action URLjava.lang.String
getImageDirectory()
Deprecated.returns the image directory that engine stores images and charts intoIRenderOption
getRenderOption()
Deprecated.java.lang.String
getSupportedImageFormats()
Deprecated.void
setBaseImageURL(java.lang.String baseImageURL)
Deprecated.sets the base image URL for image handlingvoid
setBaseURL(java.lang.String baseURL)
Deprecated.sets the base url for action handlingvoid
setImageDirectory(java.lang.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(java.lang.String formats)
Deprecated.
-
-
-
Field Detail
-
baseURL
protected java.lang.String baseURL
Deprecated.base URL used for action handler
-
baseImageURL
protected java.lang.String baseImageURL
Deprecated.base URL used for image
-
supportedImageFormats
protected java.lang.String supportedImageFormats
Deprecated.the image formats supported by the browser
-
imageDirectory
protected java.lang.String imageDirectory
Deprecated.directory to store image
-
renderOption
protected IRenderOption renderOption
Deprecated.HTML render option
-
-
Method Detail
-
getBaseURL
public java.lang.String getBaseURL()
Deprecated.Returns the base URL for creating an Action URL- Returns:
- the baseURL.
-
setBaseURL
public void setBaseURL(java.lang.String baseURL)
Deprecated.sets the base url for action handling- Parameters:
baseURL
- sets the base URL used for action handling
-
getImageDirectory
public java.lang.String getImageDirectory()
Deprecated.returns the image directory that engine stores images and charts into- Returns:
- the image directory.
-
setImageDirectory
public void setImageDirectory(java.lang.String imageDirectory)
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
public java.lang.String getBaseImageURL()
Deprecated.returns the base url for creating image URL- Returns:
- Rreturn the abse image url
-
setBaseImageURL
public void setBaseImageURL(java.lang.String baseImageURL)
Deprecated.sets the base image URL for image handling- Parameters:
baseImageURL
- the base image URL
-
setSupportedImageFormats
public void setSupportedImageFormats(java.lang.String formats)
Deprecated.- Parameters:
formats
- - the image format supported by the browser
-
getSupportedImageFormats
public java.lang.String getSupportedImageFormats()
Deprecated.- Returns:
- the image format supported by the browser
-
setRenderOption
public void setRenderOption(IRenderOption option)
Deprecated.
-
SetRenderOption
@Deprecated public void SetRenderOption(IRenderOption option)
Deprecated.it is deprecated and use the setRenderOption instead.
-
getRenderOption
public IRenderOption getRenderOption()
Deprecated.- Returns:
- render options
-
-