fop 1.0

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

Packages that use KnuthGlue
org.apache.fop.layoutmgr FOP's layout engine. 
org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. 
org.apache.fop.layoutmgr.table Layout managers for tables. 
 

Uses of KnuthGlue in org.apache.fop.layoutmgr
 

Methods in org.apache.fop.layoutmgr with parameters of type KnuthGlue
 void BlockContainerLayoutManager.discardSpace(KnuthGlue spaceGlue)
          
 void BlockStackingLayoutManager.discardSpace(KnuthGlue spaceGlue)
          
 void FlowLayoutManager.discardSpace(KnuthGlue spaceGlue)
          
 void BlockLevelLayoutManager.discardSpace(KnuthGlue spaceGlue)
           
protected  void BreakingAlgorithm.handleGlueAt(KnuthGlue glue, int position, boolean previousIsBox, int allowedBreaks)
          Handle a KnuthGlue at the given position, taking into account the additional parameters.
 

Uses of KnuthGlue in org.apache.fop.layoutmgr.inline
 

Methods in org.apache.fop.layoutmgr.inline with parameters of type KnuthGlue
 void LineLayoutManager.discardSpace(KnuthGlue spaceGlue)
          
 

Uses of KnuthGlue in org.apache.fop.layoutmgr.table
 

Methods in org.apache.fop.layoutmgr.table with parameters of type KnuthGlue
 void TableCellLayoutManager.discardSpace(KnuthGlue spaceGlue)
          
 void TableLayoutManager.discardSpace(KnuthGlue spaceGlue)
          
 


fop 1.0

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