|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.fo.FONode | +--org.apache.fop.fo.FObj | +--org.apache.fop.fo.pagination.PageMasterReference | +--org.apache.fop.fo.pagination.SinglePageMasterReference
Inner Class Summary | |
static class |
SinglePageMasterReference.Maker
|
Inner classes inherited from class org.apache.fop.fo.FObj |
FObj.Maker |
Fields inherited from class org.apache.fop.fo.FObj |
name,
properties,
propMgr |
Fields inherited from class org.apache.fop.fo.FONode |
BREAK_AFTER,
children,
forcedStartOffset,
forcedWidth,
isInTableCell,
linkSet,
marker,
orphans,
parent,
START,
widows |
Constructor Summary | |
SinglePageMasterReference(FObj parent,
PropertyList propertyList)
|
Method Summary | |
protected java.lang.String |
getElementName()
Gets the formating object name for this object. |
java.lang.String |
getNextPageMaster(int currentPageNumber,
boolean thisIsFirstPage,
boolean isEmptyPage)
|
static FObj.Maker |
maker()
|
void |
reset()
Called before a new page sequence is rendered so subsequences can reset any state they keep during the formatting process. |
Methods inherited from class org.apache.fop.fo.pagination.PageMasterReference |
getMasterName,
getPageSequenceMaster,
setMasterName,
setPageSequenceMaster,
validateParent |
Methods inherited from class org.apache.fop.fo.FObj |
addCharacters,
end,
generatesReferenceAreas,
getContentWidth,
getName,
getProperty,
layout,
makePropertyManager,
removeID,
start |
Methods inherited from class org.apache.fop.fo.FONode |
addChild,
forceStartOffset,
forceWidth,
getLinkSet,
getMarkerSnapshot,
getParent,
removeAreas,
resetMarker,
rollback,
setIsInTableCell,
setLinkSet,
setOrphans,
setWidows |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SinglePageMasterReference(FObj parent, PropertyList propertyList) throws FOPException
Method Detail |
public static FObj.Maker maker()
public java.lang.String getNextPageMaster(int currentPageNumber, boolean thisIsFirstPage, boolean isEmptyPage)
public void reset()
protected java.lang.String getElementName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |