org.jfree.report.modules.output.table.html
Class AppendingHtmlProcessor
java.lang.Object
|
+--org.jfree.report.modules.output.table.base.TableProcessor
|
+--org.jfree.report.modules.output.table.html.HtmlProcessor
|
+--org.jfree.report.modules.output.table.html.AppendingHtmlProcessor
- public class AppendingHtmlProcessor
- extends HtmlProcessor
Creation-Date: 04.09.2005, 19:32:13
| Methods inherited from class org.jfree.report.modules.output.table.html.HtmlProcessor |
configure,
createMetaBandProducer,
getEncoding,
getExportDescription,
getFilesystem,
getReportConfigurationPrefix,
isEmptyCellsUseCSS,
isGenerateBodyFragment,
isGenerateXHTML,
isUseDeviceIndependentImageSize,
setEmptyCellsUseCSS,
setEncoding,
setFilesystem,
setGenerateBodyFragment,
setGenerateXHTML,
setUseDeviceIndependentImageSize |
| Methods inherited from class org.jfree.report.modules.output.table.base.TableProcessor |
addRepaginationListener,
checkInterrupted,
createContent,
fireStateUpdate,
getLayoutCreator,
getTableWriter,
init,
isHandleInterruptedState,
isImageResolutionMappingActive,
isMaxLineHeightUsed,
isStrictLayout,
removeRepaginationListener,
repaginate,
setHandleInterruptedState,
setStrictLayout |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
AppendingHtmlProcessor
public AppendingHtmlProcessor(JFreeReport report,
boolean useXHTML)
throws ReportProcessingException
AppendingHtmlProcessor
public AppendingHtmlProcessor(JFreeReport report)
throws ReportProcessingException
addReport
public void addReport(JFreeReport report)
getReport
protected JFreeReport getReport()
- Description copied from class: TableProcessor
- Returns the private copy of the used report. The report is initialized for the report
writing, so handle this instance with care.
- Overrides:
- getReport in class TableProcessor
- Tags copied from class: TableProcessor
- Returns:
- the local report.
getSize
public int getSize()
processReport
public void processReport()
throws ReportProcessingException
- Description copied from class: TableProcessor
- Processes the report. The generated output is written using the defined writer, the
report is repaginated before the final writing.
- Overrides:
- processReport in class TableProcessor
- Tags copied from class: TableProcessor
- Throws:
- ReportProcessingException - if the report processing failed.
createContentCreator
protected TableCreator createContentCreator()
- Overrides:
- createContentCreator in class HtmlProcessor
createLayoutCreator
protected LayoutCreator createLayoutCreator()
- Description copied from class: HtmlProcessor
- Creates the LayoutProcessor for the current report export. This default
implementation simply returns a LayoutCreator instance.
- Overrides:
- createLayoutCreator in class HtmlProcessor
- Tags copied from class: HtmlProcessor
- Returns:
- a html layout creator