|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrefinery.report.targets.table.TableProcessor
com.jrefinery.report.targets.table.rtf.RTFProcessor
The ExcelProcessor coordinates the output process for generating RTF files using the iText library.
| Constructor Summary | |
RTFProcessor(JFreeReport report)
Creates a new RTF processor for the Report. |
|
| Method Summary | |
TableProducer |
createProducer(boolean dummy)
Creates the RTFProducer. |
java.io.OutputStream |
getOutputStream()
Gets the output stream, that should be used to write the generated content. |
protected java.lang.String |
getReportConfigurationPrefix()
Gets the report configuration prefix for that processor. |
void |
setOutputStream(java.io.OutputStream outputStream)
Sets the output stream, that should be used to write the generated content. |
| Methods inherited from class com.jrefinery.report.targets.table.TableProcessor |
configure, getProperties, getProperty, getProperty, getPropertyNames, getReport, isStrictLayout, processReport, setProperty, setStrictLayout |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RTFProcessor(JFreeReport report)
throws ReportProcessingException,
FunctionInitializeException
report - the report that should be written as RTF.
ReportProcessingException - if the report initialization failed
FunctionInitializeException - if the table writer initialization failed.| Method Detail |
public java.io.OutputStream getOutputStream()
public void setOutputStream(java.io.OutputStream outputStream)
outputStream - the output stream.public TableProducer createProducer(boolean dummy)
createProducer in class TableProcessordummy - true, if dummy mode is enabled, and no writing should be done, false otherwise.
protected java.lang.String getReportConfigurationPrefix()
getReportConfigurationPrefix in class TableProcessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||