fop 0.95

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

Packages that use AbstractPageSequence
org.apache.fop.apps Application classes used for running FOP embedded in other applications. 
org.apache.fop.area FOP's area tree. 
org.apache.fop.fo.extensions Base classes for implementing extensions to XSL-FO. 
org.apache.fop.fo.pagination All the pagination and declaration formatting objects. 
org.apache.fop.layoutmgr FOP's layout engine. 
 

Uses of AbstractPageSequence in org.apache.fop.apps
 

Methods in org.apache.fop.apps with parameters of type AbstractPageSequence
 void FormattingResults.haveFormattedPageSequence(AbstractPageSequence pageSequence, int pageCount)
          Reports the result of one page sequence rendering back into this object.
 

Uses of AbstractPageSequence in org.apache.fop.area
 

Methods in org.apache.fop.area with parameters of type AbstractPageSequence
 void AreaTreeHandler.notifyPageSequenceFinished(AbstractPageSequence pageSequence, int pageCount)
          Called by the PageSequenceLayoutManager when it is finished with a page-sequence.
 

Uses of AbstractPageSequence in org.apache.fop.fo.extensions
 

Subclasses of AbstractPageSequence in org.apache.fop.fo.extensions
 class ExternalDocument
          Class for the fox:external-document extenstion element.
 

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

Subclasses of AbstractPageSequence in org.apache.fop.fo.pagination
 class PageSequence
          Abstract base implementation for page sequences.
 

Uses of AbstractPageSequence in org.apache.fop.layoutmgr
 

Fields in org.apache.fop.layoutmgr declared as AbstractPageSequence
protected  AbstractPageSequence AbstractPageSequenceLayoutManager.pageSeq
          page sequence formatting object being processed by this class
 

Constructors in org.apache.fop.layoutmgr with parameters of type AbstractPageSequence
AbstractPageSequenceLayoutManager(AreaTreeHandler ath, AbstractPageSequence pseq)
          Constructor
 


fop 0.95

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