org.apache.fop.fo.pagination
Class RepeatablePageMasterAlternatives

org.apache.fop.fo.FONode
  |
  +--org.apache.fop.fo.FObj
        |
        +--org.apache.fop.fo.pagination.RepeatablePageMasterAlternatives

public class RepeatablePageMasterAlternatives
extends FObj
implements SubSequenceSpecifier


Inner Class Summary
 public static classRepeatablePageMasterAlternatives.Maker
           

Inner classes inherited from class org.apache.fop.fo.FObj
FObj.Maker

Fields inherited from class org.apache.fop.fo.FObj
properties

Fields inherited from class org.apache.fop.fo.FONode
BREAK_AFTER, children, START

Constructor Summary
RepeatablePageMasterAlternatives(FObj parent, PropertyList propertyList)
           

Method Summary
 voidaddConditionalPageMasterReference(ConditionalPageMasterReference cpmr)
           
 StringgetNextPageMaster(int currentPageNumber, boolean thisIsFirstPage, boolean isEmptyPage)
           
 static FObj.Makermaker()
           
 voidreset()
           

Methods inherited from class org.apache.fop.fo.FObj
generatesReferenceAreas, getContentWidth, getName, getProperty, layout, removeID

Methods inherited from class org.apache.fop.fo.FONode
forceStartOffset, forceWidth, getLinkSet, getMarkerSnapshot, getParent, removeAreas, resetMarker, rollback, setBodyIndent, setDistanceBetweenStarts, setIsInLabel, setIsInListBody, setIsInTableCell, setLabelSeparation, setLinkSet, setOrphans, setWidows

Constructor Detail

RepeatablePageMasterAlternatives

public RepeatablePageMasterAlternatives(FObj parent, PropertyList propertyList)
throws org.apache.fop.apps.FOPException
Method Detail

addConditionalPageMasterReference

public void addConditionalPageMasterReference(ConditionalPageMasterReference cpmr)

getNextPageMaster

public String getNextPageMaster(int currentPageNumber, boolean thisIsFirstPage, boolean isEmptyPage)

maker

public static FObj.Maker maker()

reset

public void reset()

Association Links

to Class org.apache.fop.fo.pagination.PageSequenceMaster

to Class java.util.Vector