fop 0.90alpha1

Uses of Class
org.apache.fop.layoutmgr.KnuthSequence

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

Uses of KnuthSequence in org.apache.fop.layoutmgr
 

Subclasses of KnuthSequence in org.apache.fop.layoutmgr
 class AbstractBreaker.BlockSequence
           
 

Fields in org.apache.fop.layoutmgr declared as KnuthSequence
protected  KnuthSequence BreakingAlgorithm.par
          The paragraph of KnuthElements.
 

Methods in org.apache.fop.layoutmgr that return KnuthSequence
 KnuthSequence KnuthSequence.endSequence()
          Finalizes a Knuth sequence.
 KnuthSequence KnuthSequence.endSequence(Position breakPosition)
          Finalizes a Knuth sequence.
 

Methods in org.apache.fop.layoutmgr with parameters of type KnuthSequence
abstract  void BreakingAlgorithm.updateData2(BreakingAlgorithm.KnuthNode bestActiveNode, KnuthSequence sequence, int total)
           
 int BreakingAlgorithm.findBreakingPoints(KnuthSequence par, double threshold, boolean force, int allowedBreaks)
           
 int BreakingAlgorithm.findBreakingPoints(KnuthSequence par, int startIndex, double threshold, boolean force, int allowedBreaks)
           
 


fop 0.90alpha1

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