Methods in org.apache.fop.layoutmgr with parameters of type AbstractBreaker.BlockSequence |
protected void |
AbstractBreaker.addAreas(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg,
int partCount,
AbstractBreaker.BlockSequence originalList,
AbstractBreaker.BlockSequence effectiveList)
Phase 3 of Knuth algorithm: Adds the areas |
protected void |
AbstractBreaker.addAreas(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg,
int startPart,
int partCount,
AbstractBreaker.BlockSequence originalList,
AbstractBreaker.BlockSequence effectiveList)
Phase 3 of Knuth algorithm: Adds the areas |
protected abstract void |
AbstractBreaker.doPhase3(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg,
int partCount,
AbstractBreaker.BlockSequence originalList,
AbstractBreaker.BlockSequence effectiveList)
Phase 3 of Knuth algorithm: Adds the areas |
protected void |
PageBreaker.doPhase3(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg,
int partCount,
AbstractBreaker.BlockSequence originalList,
AbstractBreaker.BlockSequence effectiveList)
Performs phase 3 operation |
protected void |
AbstractBreaker.startPart(AbstractBreaker.BlockSequence list,
int breakClass)
|
protected void |
PageBreaker.startPart(AbstractBreaker.BlockSequence list,
int breakClass)
|