Class ExcelOutputProcessor
- java.lang.Object
-
- org.jfree.layouting.output.AbstractOutputProcessor
-
- org.jfree.layouting.modules.output.excel.ExcelOutputProcessor
-
- All Implemented Interfaces:
OutputProcessor
public class ExcelOutputProcessor extends AbstractOutputProcessor
Creation-Date: 12.11.2006, 15:36:56- Author:
- Thomas Morgner
-
-
Field Summary
-
Fields inherited from class org.jfree.layouting.output.AbstractOutputProcessor
PROCESSING_CONTENT, PROCESSING_GLOBAL_CONTENT, PROCESSING_PAGES
-
-
Constructor Summary
Constructors Constructor Description ExcelOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration, java.io.OutputStream outputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Renderer
createRenderer(LayoutProcess layoutProcess)
OutputProcessorMetaData
getMetaData()
java.io.OutputStream
getOutputStream()
protected void
processPageContent(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage)
-
Methods inherited from class org.jfree.layouting.output.AbstractOutputProcessor
createInputFeed, createLogicalPage, createModelBuilder, createNormalizer, getConfiguration, getDocumentContext, getLogicalPage, getLogicalPageCount, getPageCursor, getProcessingState, isContentGeneratable, isGlobalStateComputed, isPaginationFinished, processContent, processDocumentMetaData, processingContentFinished, processingFinished, processingGlobalContentFinished, processingPagesFinished, setPageCursor
-
-
-
-
Method Detail
-
getOutputStream
public java.io.OutputStream getOutputStream()
-
getMetaData
public OutputProcessorMetaData getMetaData()
-
createRenderer
public Renderer createRenderer(LayoutProcess layoutProcess)
-
processPageContent
protected void processPageContent(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage)
- Specified by:
processPageContent
in classAbstractOutputProcessor
-
-