fop 1.0

Uses of Class
org.apache.fop.layoutmgr.AbstractBreaker.BlockSequence

Packages that use AbstractBreaker.BlockSequence
org.apache.fop.layoutmgr FOP's layout engine. 
 

Uses of AbstractBreaker.BlockSequence in org.apache.fop.layoutmgr
 

Methods in org.apache.fop.layoutmgr that return AbstractBreaker.BlockSequence
 AbstractBreaker.BlockSequence AbstractBreaker.BlockSequence.endBlockSequence(Position breakPosition)
          Finalizes a this AbstractBreaker.BlockSequence, adding a terminating penalty-glue-penalty sequence
 

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)
          Phase 3 of Knuth algorithm: Adds the areas
protected  void AbstractBreaker.startPart(AbstractBreaker.BlockSequence list, int breakClass)
           
protected  void PageBreaker.startPart(AbstractBreaker.BlockSequence list, int breakClass)
           
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.