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 | getNextPageMaster(int currentPageNumber, boolean thisIsFirstPage, boolean isEmptyPage) |
void | reset() Called before a new page sequence is rendered so subsequences can reset
any state they keep during the formatting process. |
getNextPageMaster
public String getNextPageMaster(int currentPageNumber, boolean thisIsFirstPage, boolean isEmptyPage)
reset
public void reset()
- Called before a new page sequence is rendered so subsequences can reset
any state they keep during the formatting process.