org.apache.fop.fo.pagination
Class SinglePageMasterReference

org.apache.fop.fo.FONode
  |
  +--org.apache.fop.fo.FObj
        |
        +--org.apache.fop.fo.pagination.PageMasterReference
              |
              +--org.apache.fop.fo.pagination.SinglePageMasterReference

public class SinglePageMasterReference
extends PageMasterReference
implements SubSequenceSpecifier


Inner Class Summary
 public static classSinglePageMasterReference.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
SinglePageMasterReference(FObj parent, PropertyList propertyList)
           

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

Methods inherited from class org.apache.fop.fo.pagination.PageMasterReference
getMasterName

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

SinglePageMasterReference

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

getNextPageMaster

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

maker

public static FObj.Maker maker()

reset

public void reset()