Class DesignerOutputProcessor

  • All Implemented Interfaces:
    org.pentaho.reporting.engine.classic.core.layout.output.OutputProcessor

    public class DesignerOutputProcessor
    extends org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor
    • Field Summary

      • Fields inherited from class org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor

        PROCESSING_CONTENT, PROCESSING_PAGES
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.pentaho.reporting.engine.classic.core.layout.model.LogicalPageBox getLogicalPage()  
      org.pentaho.reporting.engine.classic.core.layout.output.OutputProcessorMetaData getMetaData()  
      boolean isNeedAlignedPage()  
      protected void processPageContent​(org.pentaho.reporting.engine.classic.core.layout.output.LogicalPageKey logicalPageKey, org.pentaho.reporting.engine.classic.core.layout.model.LogicalPageBox logicalPage)  
      • Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor

        createLogicalPage, getLogicalPage, getLogicalPageCount, getPageCursor, getPhysicalPageCount, getStartTime, isContentGeneratable, isPaginationFinished, processContent, processingContentFinished, processingFinished, processingPagesFinished, processingStarted, processPaginationContent, processRecomputedContent, setPageCursor
    • Constructor Detail

      • DesignerOutputProcessor

        public DesignerOutputProcessor()
    • Method Detail

      • isNeedAlignedPage

        public boolean isNeedAlignedPage()
        Specified by:
        isNeedAlignedPage in interface org.pentaho.reporting.engine.classic.core.layout.output.OutputProcessor
        Overrides:
        isNeedAlignedPage in class org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor
      • processPageContent

        protected void processPageContent​(org.pentaho.reporting.engine.classic.core.layout.output.LogicalPageKey logicalPageKey,
                                          org.pentaho.reporting.engine.classic.core.layout.model.LogicalPageBox logicalPage)
                                   throws org.pentaho.reporting.engine.classic.core.layout.output.ContentProcessingException
        Specified by:
        processPageContent in class org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor
        Throws:
        org.pentaho.reporting.engine.classic.core.layout.output.ContentProcessingException
      • getMetaData

        public org.pentaho.reporting.engine.classic.core.layout.output.OutputProcessorMetaData getMetaData()
      • getLogicalPage

        public org.pentaho.reporting.engine.classic.core.layout.model.LogicalPageBox getLogicalPage()