Class StaticContentLayoutManager.StaticContentBreaker
java.lang.Object
org.apache.fop.layoutmgr.AbstractBreaker
org.apache.fop.layoutmgr.LocalBreaker
org.apache.fop.layoutmgr.StaticContentLayoutManager.StaticContentBreaker
- Enclosing class:
StaticContentLayoutManager
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractBreaker
AbstractBreaker.BlockSequence, AbstractBreaker.FloatPosition, AbstractBreaker.PageBreakPosition, AbstractBreaker.PagePositionOnlyException -
Field Summary
Fields inherited from class LocalBreaker
lmFields inherited from class AbstractBreaker
alignment, blockListIndex, blockLists, firstElementsForRestart, footnoteSeparatorLength, log, originalRestartAtLM, positionAtBreak, pslm -
Constructor Summary
ConstructorsConstructorDescriptionStaticContentBreaker(StaticContentLayoutManager lm, int ipd, int displayAlign) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidobserveElementList(List elementList) Used for debugging purposes.Methods inherited from class LocalBreaker
addAreas, createLayoutContext, createLayoutListener, doPhase3, finishPart, getCurrentChildLM, getCurrentDisplayAlign, getNextKnuthElements, getOverflowAmount, getTopLevelLM, hasMoreContent, isOverflow, isPartOverflowRecoveryActivated, setDescendantOfTableFooter, setRepeatedFooter, setRepeatedHeaderMethods inherited from class AbstractBreaker
addAreas, addAreas, addAreas, addAreasForFloats, containsNonRestartableLM, doLayout, getBreakClassName, getNextBlockList, getNextBlockList, getNextKnuthElements, getPageProvider, handleEmptyContent, handleFloatLayout, handleSpanChange, isEmpty, isSinglePartFavored, lastPageHasIPDChange, prepareToRedoLayout, shouldRedoLayout, startPart, updateLayoutContext, wasLayoutRedone
-
Constructor Details
-
StaticContentBreaker
-
-
Method Details
-
observeElementList
Used for debugging purposes. Notifies all registered observers about the element list. Override to set different parameters.- Overrides:
observeElementListin classAbstractBreaker- Parameters:
elementList- the Knuth element list
-