Uses of Class
org.apache.fop.fo.pagination.PageSequence

Packages that use PageSequence
org.apache.fop.apps   
org.apache.fop.fo.flow   
org.apache.fop.fo.pagination   
org.apache.fop.layout   
 

Uses of PageSequence in org.apache.fop.apps
 

Methods in org.apache.fop.apps that return PageSequence
 PageSequence StreamRenderer.getCurrentPageSequence()
           
 

Methods in org.apache.fop.apps with parameters of type PageSequence
 void FormattingResults.haveFormattedPageSequence(PageSequence pageSequence)
          Description of the Method
 void StreamRenderer.render(PageSequence pageSequence)
          Format the PageSequence.
 

Uses of PageSequence in org.apache.fop.fo.flow
 

Fields in org.apache.fop.fo.flow declared as PageSequence
protected  PageSequence AbstractFlow.pageSequence
          PageSequence container
 

Uses of PageSequence in org.apache.fop.fo.pagination
 

Methods in org.apache.fop.fo.pagination that return PageSequence
 PageSequence Root.getPageSequence()
           
 

Methods in org.apache.fop.fo.pagination with parameters of type PageSequence
 void Root.setPageSequence(PageSequence pageSequence)
           
 

Uses of PageSequence in org.apache.fop.layout
 

Methods in org.apache.fop.layout that return PageSequence
 PageSequence AreaTree.getCurrentPageSequence()
           
 PageSequence Page.getPageSequence()
           
 

Methods in org.apache.fop.layout with parameters of type PageSequence
 void Page.setPageSequence(PageSequence pageSequence)
           
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.