Uses of Class
org.apache.fop.layoutmgr.AbstractBreaker.BlockSequence
-
Packages that use AbstractBreaker.BlockSequence Package Description org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of AbstractBreaker.BlockSequence in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr with type parameters of type AbstractBreaker.BlockSequence Modifier and Type Field Description protected java.util.List<AbstractBreaker.BlockSequence>AbstractBreaker. blockListsMethods in org.apache.fop.layoutmgr that return AbstractBreaker.BlockSequence Modifier and Type Method Description AbstractBreaker.BlockSequenceAbstractBreaker.BlockSequence. endBlockSequence(Position breakPosition)Finalizes a thisAbstractBreaker.BlockSequence, adding a terminating penalty-glue-penalty sequenceMethods in org.apache.fop.layoutmgr with parameters of type AbstractBreaker.BlockSequence Modifier and Type Method Description protected voidAbstractBreaker. addAreas(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg, int startPart, int partCount, AbstractBreaker.BlockSequence originalList, AbstractBreaker.BlockSequence effectiveList)protected voidAbstractBreaker. addAreas(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg, int startPart, int partCount, AbstractBreaker.BlockSequence originalList, AbstractBreaker.BlockSequence effectiveList, LayoutContext childLC)Phase 3 of Knuth algorithm: Adds the areasprotected voidAbstractBreaker. addAreas(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg, int partCount, AbstractBreaker.BlockSequence originalList, AbstractBreaker.BlockSequence effectiveList)Phase 3 of Knuth algorithm: Adds the areasprotected voidAbstractBreaker. addAreasForFloats(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg, int startPart, int partCount, AbstractBreaker.BlockSequence originalList, AbstractBreaker.BlockSequence effectiveList, LayoutContext childLC, int lastBreak, int startElementIndex, int endElementIndex)protected voidPageBreaker. addAreasForFloats(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg, int startPart, int partCount, AbstractBreaker.BlockSequence originalList, AbstractBreaker.BlockSequence effectiveList, LayoutContext childLC, int lastBreak, int startElementIndex, int endElementIndex)protected abstract voidAbstractBreaker. doPhase3(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg, int partCount, AbstractBreaker.BlockSequence originalList, AbstractBreaker.BlockSequence effectiveList)Phase 3 of Knuth algorithm: Adds the areasprotected voidLocalBreaker. doPhase3(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg, int partCount, AbstractBreaker.BlockSequence originalList, AbstractBreaker.BlockSequence effectiveList)protected voidPageBreaker. doPhase3(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg, int partCount, AbstractBreaker.BlockSequence originalList, AbstractBreaker.BlockSequence effectiveList)Phase 3 of Knuth algorithm: Adds the areasprotected intAbstractBreaker. handleFloatLayout(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg, int optimalPageCount, AbstractBreaker.BlockSequence blockList, LayoutContext childLC)protected intPageBreaker. handleFloatLayout(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg, int optimalPageCount, AbstractBreaker.BlockSequence blockList, LayoutContext childLC)protected voidAbstractBreaker. prepareToRedoLayout(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg, int partCount, AbstractBreaker.BlockSequence originalList, AbstractBreaker.BlockSequence effectiveList)protected voidPageBreaker. prepareToRedoLayout(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg, int partCount, AbstractBreaker.BlockSequence originalList, AbstractBreaker.BlockSequence effectiveList)protected voidAbstractBreaker. startPart(AbstractBreaker.BlockSequence list, int breakClass, boolean emptyContent)Start part.protected voidPageBreaker. startPart(AbstractBreaker.BlockSequence list, int breakClass, boolean emptyContent)Start part.
-