Uses of Class
org.apache.fop.layoutmgr.PageBreakingAlgorithm.KnuthPageNode
Packages that use PageBreakingAlgorithm.KnuthPageNode
-
Uses of PageBreakingAlgorithm.KnuthPageNode in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type PageBreakingAlgorithm.KnuthPageNodeModifier and TypeMethodDescriptionprivate boolean
PageBreakingAlgorithm.canDeferOldFootnotes
(PageBreakingAlgorithm.KnuthPageNode node, int contentElementIndex) Checks whether footnotes from preceding pages may be deferred to the page after the given element.private void
PageBreakingAlgorithm.createFootnotePages
(PageBreakingAlgorithm.KnuthPageNode lastNode) private int
PageBreakingAlgorithm.getFootnoteSplit
(PageBreakingAlgorithm.KnuthPageNode activeNode, int availableLength, boolean canDeferOldFootnotes) Tries to split the flow of footnotes to put one part on the current page.private int
PageBreakingAlgorithm.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.