|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines render options for emitters
Method Summary | |
java.lang.String |
getOutputFormat()
returns the output format, i.e., html, pdf, etc. |
java.util.HashMap |
getOutputSetting()
returns the output settings |
void |
setOutputFileName(java.lang.String outputFileName)
sets the output file name. |
void |
setOutputFormat(java.lang.String format)
sets the output format |
void |
setOutputStream(java.io.OutputStream ostream)
sets the stream for writing emitter output |
Method Detail |
public java.lang.String getOutputFormat()
public java.util.HashMap getOutputSetting()
public void setOutputFormat(java.lang.String format)
format
- the output formatpublic void setOutputStream(java.io.OutputStream ostream)
ostream
- the output stream for writing emitter outputpublic void setOutputFileName(java.lang.String outputFileName)
outputFileName
- the output file name that emitter uses
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |