fop 0.95

Uses of Class
org.apache.fop.area.PageSequence

Packages that use PageSequence
org.apache.fop.area FOP's area tree. 
org.apache.fop.render Generic renderer interface. 
org.apache.fop.render.pdf PDF Renderer 
org.apache.fop.render.xml Area Tree XML Renderer. 
 

Uses of PageSequence in org.apache.fop.area
 

Fields in org.apache.fop.area declared as PageSequence
protected  PageSequence AreaTreeModel.currentPageSequence
          the current page sequence
 

Methods in org.apache.fop.area that return PageSequence
 PageSequence AreaTreeModel.getCurrentPageSequence()
          Returns the currently active page-sequence.
 PageSequence PageViewport.getPageSequence()
           
 

Methods in org.apache.fop.area with parameters of type PageSequence
 void PageViewport.setPageSequence(PageSequence seq)
          Sets the page sequence this page belongs to
 void RenderPagesModel.startPageSequence(PageSequence pageSequence)
          Start a page sequence on this model.
 void AreaTreeModel.startPageSequence(PageSequence pageSequence)
          Start a page sequence on this model.
 

Uses of PageSequence in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type PageSequence
 void Renderer.startPageSequence(PageSequence pageSequence)
          Tells the renderer that a new page sequence starts.
 void AbstractRenderer.startPageSequence(PageSequence pageSequence)
          Tells the renderer that a new page sequence starts.
 

Uses of PageSequence in org.apache.fop.render.pdf
 

Methods in org.apache.fop.render.pdf with parameters of type PageSequence
 void PDFRenderer.startPageSequence(PageSequence pageSequence)
          Start the next page sequence.
 

Uses of PageSequence in org.apache.fop.render.xml
 

Methods in org.apache.fop.render.xml with parameters of type PageSequence
 void XMLRenderer.startPageSequence(PageSequence pageSequence)
          Tells the renderer that a new page sequence starts.
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.