|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.engine.api.HTMLEmitterConfig
Defines an emitter configuration class for HTML output format
Field Summary | |
protected IHTMLActionHandler |
actionHandler
default action handler |
protected IHTMLImageHandler |
imageHandler
default image hanlder |
Constructor Summary | |
HTMLEmitterConfig()
dummy constructor |
Method Summary | |
IHTMLActionHandler |
getActionHandler()
returns the action handler for HTML format |
IHTMLImageHandler |
getImageHandler()
returns the image handler for HTML output format |
void |
setActionHandler(IHTMLActionHandler handler)
sets the action handler for HTML format |
void |
setImageHandler(IHTMLImageHandler handler)
sets the image handler for HTML format |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected IHTMLImageHandler imageHandler
protected IHTMLActionHandler actionHandler
Constructor Detail |
public HTMLEmitterConfig()
Method Detail |
public void setImageHandler(IHTMLImageHandler handler)
handler
- image handlerpublic void setActionHandler(IHTMLActionHandler handler)
handler
- action handlerpublic IHTMLImageHandler getImageHandler()
public IHTMLActionHandler getActionHandler()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |