fop 0.92beta

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

Packages that use KnuthElement
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 KnuthElement in org.apache.fop.layoutmgr
 

Subclasses of KnuthElement in org.apache.fop.layoutmgr
 class KnuthBlockBox
           
 class KnuthBox
          An instance of this class represents an unbreakable piece of content with fixed width: for example an image, a syllable (but only if letter spacing is constant), ...
 class KnuthGlue
          An instance of this class represents a piece of content with adjustable width: for example a space between words of justified text.
 class KnuthPenalty
          An instance of this class represents information about a feasible breaking point; it does not represent any piece of content.
 

Methods in org.apache.fop.layoutmgr that return KnuthElement
protected  KnuthElement BreakingAlgorithm.getElement(int idx)
          Return the element at index idx in the paragraph.
 

Methods in org.apache.fop.layoutmgr with parameters of type KnuthElement
 int BlockStackingLayoutManager.negotiateBPDAdjustment(int adj, KnuthElement lastElement)
           
 int FlowLayoutManager.negotiateBPDAdjustment(int adj, KnuthElement lastElement)
           
protected  void BreakingAlgorithm.considerLegalBreak(KnuthElement element, int elementIdx)
           
protected  int BreakingAlgorithm.computeDifference(BreakingAlgorithm.KnuthNode activeNode, KnuthElement element, int elementIndex)
          Return the difference between the line width and the width of the break that ends in 'element'.
protected  double BreakingAlgorithm.computeDemerits(BreakingAlgorithm.KnuthNode activeNode, KnuthElement element, int fitnessClass, double r)
           
protected  double BalancingColumnBreakingAlgorithm.computeDemerits(BreakingAlgorithm.KnuthNode activeNode, KnuthElement element, int fitnessClass, double r)
           
 int BlockLevelLayoutManager.negotiateBPDAdjustment(int adj, KnuthElement lastElement)
           
 int BlockContainerLayoutManager.negotiateBPDAdjustment(int adj, KnuthElement lastElement)
           
 

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

Subclasses of KnuthElement in org.apache.fop.layoutmgr.inline
 class KnuthInlineBox
           
 

Methods in org.apache.fop.layoutmgr.inline with parameters of type KnuthElement
 int LineLayoutManager.negotiateBPDAdjustment(int adj, KnuthElement lastElement)
           
 

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

Methods in org.apache.fop.layoutmgr.table with parameters of type KnuthElement
 int TableLayoutManager.negotiateBPDAdjustment(int adj, KnuthElement lastElement)
           
 int TableCellLayoutManager.negotiateBPDAdjustment(int adj, KnuthElement lastElement)
           
 


fop 0.92beta

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