org.apache.fop.fo.pagination
Interface SubSequenceSpecifier

All Known Implementing Classes:
PageMasterReference, RepeatablePageMasterAlternatives, RepeatablePageMasterReference, SinglePageMasterReference

public interface SubSequenceSpecifier

Classes that implement this interface can be added to a PageSequenceMaster, and are capable of looking up an appropriate PageMaster.


Method Summary
 String getNextPageMasterName(boolean isOddPage, boolean isFirstPage, boolean isEmptyPage)
           
 void reset()
          Called before a new page sequence is rendered so subsequences can reset any state they keep during the formatting process.
 

Method Detail

getNextPageMasterName

String getNextPageMasterName(boolean isOddPage,
                             boolean isFirstPage,
                             boolean isEmptyPage)
                             throws FOPException
Throws:
FOPException

reset

void reset()
Called before a new page sequence is rendered so subsequences can reset any state they keep during the formatting process.



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