Class PDFRenderContext
- java.lang.Object
-
- org.eclipse.birt.report.engine.api.PDFRenderContext
-
@Deprecated public class PDFRenderContext extends java.lang.Object
Deprecated.set the option to RenderOption directly.Defines the context for rendering report in PDF emitter. Objects stored in the context object is mainly used for font, image, action handling, but can be used for other purposes too.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
baseURL
Deprecated.base URL used for action handlerprotected java.lang.String
fontDirectory
Deprecated.user-defined font directoryprotected boolean
isEmbededFont
Deprecated.protected java.lang.String
supportedImageFormats
Deprecated.the image formats supported by the browser
-
Constructor Summary
Constructors Constructor Description PDFRenderContext()
Deprecated.dummy constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getBaseURL()
Deprecated.Returns the base URL for creating an Action URLjava.lang.String
getFontDirectory()
Deprecated.java.lang.String
getSupportedImageFormats()
Deprecated.boolean
isEmbededFont()
Deprecated.void
setBaseURL(java.lang.String baseURL)
Deprecated.sets the base URL for action handlingvoid
setEmbededFont(boolean isEmbededFont)
Deprecated.Set flag indicates if the font needs to be embedded.void
setFontDirectory(java.lang.String fontDirectory)
Deprecated.void
setSupportedImageFormats(java.lang.String formats)
Deprecated.
-
-
-
Field Detail
-
baseURL
protected java.lang.String baseURL
Deprecated.base URL used for action handler
-
isEmbededFont
protected boolean isEmbededFont
Deprecated.
-
supportedImageFormats
protected java.lang.String supportedImageFormats
Deprecated.the image formats supported by the browser
-
fontDirectory
protected java.lang.String fontDirectory
Deprecated.user-defined font directory
-
-
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
-
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
-
setEmbededFont
public void setEmbededFont(boolean isEmbededFont)
Deprecated.Set flag indicates if the font needs to be embedded.- Parameters:
isEmbededFont
-
-
isEmbededFont
public boolean isEmbededFont()
Deprecated.- Returns:
- true if font is embedded
-
getFontDirectory
public java.lang.String getFontDirectory()
Deprecated.- Returns:
- the user-defined font directory
-
setFontDirectory
public void setFontDirectory(java.lang.String fontDirectory)
Deprecated.- Parameters:
fontDirectory
- the user-defined font directory
-
-