|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.engine.api.PDFRenderContext
public class PDFRenderContext
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 | |
---|---|
protected java.lang.String |
baseURL
Deprecated. base URL used for action handler |
protected java.lang.String |
fontDirectory
Deprecated. user-defined font directory |
protected boolean |
isEmbededFont
Deprecated. |
protected java.lang.String |
supportedImageFormats
Deprecated. the image formats supported by the browser |
Constructor Summary | |
---|---|
PDFRenderContext()
Deprecated. dummy constructor |
Method Summary | |
---|---|
java.lang.String |
getBaseURL()
Deprecated. Returns the base URL for creating an Action URL |
java.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 handling |
void |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String baseURL
protected boolean isEmbededFont
protected java.lang.String supportedImageFormats
protected java.lang.String fontDirectory
Constructor Detail |
---|
public PDFRenderContext()
Method Detail |
---|
public java.lang.String getBaseURL()
public void setBaseURL(java.lang.String baseURL)
baseURL
- sets the base URL used for action handlingpublic void setSupportedImageFormats(java.lang.String formats)
formats
- - the image format supported by the browserpublic java.lang.String getSupportedImageFormats()
public void setEmbededFont(boolean isEmbededFont)
isEmbededFont
- public boolean isEmbededFont()
public java.lang.String getFontDirectory()
public void setFontDirectory(java.lang.String fontDirectory)
fontDirectory
- the user-defined font directory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |