fop 0.93

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

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

Uses of BreakingAlgorithm in org.apache.fop.layoutmgr
 

Subclasses of BreakingAlgorithm in org.apache.fop.layoutmgr
 class BalancingColumnBreakingAlgorithm
          This is a the breaking algorithm that is responsible for balancing columns in multi-column layout.
(package private)  class org.apache.fop.layoutmgr.PageBreakingAlgorithm
           
 

Constructors in org.apache.fop.layoutmgr with parameters of type BreakingAlgorithm
BreakingAlgorithm.KnuthNode(int position, int line, int fitness, int totalWidth, int totalStretch, int totalShrink, double adjustRatio, int availableShrink, int availableStretch, int difference, double totalDemerits, BreakingAlgorithm.KnuthNode previous)
           
BreakingAlgorithm.BestRecords()
           
 


fop 0.93

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