Uses of Class
org.pentaho.reporting.engine.classic.core.layout.output.PageState

Packages that use PageState
org.pentaho.reporting.engine.classic.core.layout.output   
 

Uses of PageState in org.pentaho.reporting.engine.classic.core.layout.output
 

Methods in org.pentaho.reporting.engine.classic.core.layout.output that return PageState
 PageState FastPageStateList.get(int index)
           
 PageState DefaultPageStateList.get(int index)
          Retrieves the element on position index in this list.
 PageState PageStateList.get(int index)
           
 PageState ReportProcessor.processPage(PageState state, boolean performOutput)
           
 PageState AbstractReportProcessor.processPage(PageState pageState, boolean performOutput)
           
 

Methods in org.pentaho.reporting.engine.classic.core.layout.output with parameters of type PageState
 void FastPageStateList.add(PageState state)
           
 void DefaultPageStateList.add(PageState pageState)
          Adds this report state to the end of the list.
 void PageStateList.add(PageState state)
           
 PageState ReportProcessor.processPage(PageState state, boolean performOutput)
           
 PageState AbstractReportProcessor.processPage(PageState pageState, boolean performOutput)