|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor
public abstract class AbstractOutputProcessor
Creation-Date: 09.04.2007, 10:51:30
| Method Summary | |
|---|---|
LogicalPageKey |
getLogicalPage(int page)
|
int |
getLogicalPageCount()
|
int |
getPageCursor()
|
int |
getPhysicalPageCount()
|
boolean |
isNeedAlignedPage()
|
boolean |
isPaginationFinished()
Checks whether the 'processingFinished' event had been received at least once. |
void |
processContent(LogicalPageBox logicalPage)
A call-back that passes a layouted pagebox to the output processor. |
void |
processingFinished()
Notifies the output processor, that the processing has been finished and that the input-feed received the last event. |
void |
processRecomputedContent(LogicalPageBox pageBox)
|
void |
setPageCursor(int pageCursor)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.pentaho.reporting.engine.classic.core.layout.output.OutputProcessor |
|---|
getMetaData |
| Method Detail |
|---|
public final int getLogicalPageCount()
getLogicalPageCount in interface OutputProcessorpublic final LogicalPageKey getLogicalPage(int page)
getLogicalPage in interface OutputProcessorpublic final boolean isPaginationFinished()
isPaginationFinished in interface OutputProcessorpublic final void processingFinished()
processingFinished in interface OutputProcessorpublic final int getPageCursor()
getPageCursor in interface OutputProcessorpublic final void setPageCursor(int pageCursor)
setPageCursor in interface OutputProcessor
public void processRecomputedContent(LogicalPageBox pageBox)
throws ContentProcessingException
processRecomputedContent in interface OutputProcessorContentProcessingException
public final void processContent(LogicalPageBox logicalPage)
throws ContentProcessingException
OutputProcessor
processContent in interface OutputProcessorContentProcessingExceptionpublic boolean isNeedAlignedPage()
isNeedAlignedPage in interface OutputProcessorpublic int getPhysicalPageCount()
getPhysicalPageCount in interface OutputProcessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||