Uses of Class
org.apache.fop.layoutmgr.WhitespaceManagementPenalty
-
Packages that use WhitespaceManagementPenalty Package Description org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of WhitespaceManagementPenalty in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return WhitespaceManagementPenalty Modifier and Type Method Description WhitespaceManagementPenaltyWhitespaceManagementPenalty.Variant. getWhitespaceManagementPenalty()Methods in org.apache.fop.layoutmgr with parameters of type WhitespaceManagementPenalty Modifier and Type Method Description private intPageBreakingAlgorithm. handleWhitespaceManagementPenalty(PageBreakingAlgorithm.KnuthPageNode activeNode, WhitespaceManagementPenalty penalty, int elementIndex)Evaluates the variants corresponding to the given penalty until one that leads to an acceptable adjustment ratio is found.
-