Uses of Class
org.apache.fop.layoutmgr.KnuthPenalty
-
Packages that use KnuthPenalty Package Description 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 KnuthPenalty in org.apache.fop.layoutmgr
Subclasses of KnuthPenalty in org.apache.fop.layoutmgr Modifier and Type Class Description class
WhitespaceManagementPenalty
A special penalty used to specify content having multiple variants.Fields in org.apache.fop.layoutmgr declared as KnuthPenalty Modifier and Type Field Description static KnuthPenalty
KnuthPenalty. DUMMY_ZERO_PENALTY
Dummy, zero-width penaltyprivate KnuthPenalty
WhitespaceManagementPenalty.Variant. penalty
Methods in org.apache.fop.layoutmgr that return KnuthPenalty Modifier and Type Method Description private KnuthPenalty
BlockStackingLayoutManager. makeZeroWidthPenalty(int penaltyValue)
Methods in org.apache.fop.layoutmgr with parameters of type KnuthPenalty Modifier and Type Method Description protected void
BreakingAlgorithm. handlePenaltyAt(KnuthPenalty penalty, int position, int allowedBreaks)
Handle aKnuthPenalty
at the given position, taking into account the type of breaks allowed.protected void
PageBreakingAlgorithm. handlePenaltyAt(KnuthPenalty penalty, int position, int allowedBreaks)
Overridden to consider penalties with valueKnuthElement.INFINITE
as legal break-points, if the current keep-context allows this (a keep-*.within-page="always" constraint still permits column-breaks) Handle aKnuthPenalty
at the given position, taking into account the type of breaks allowed. -
Uses of KnuthPenalty in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline that return KnuthPenalty Modifier and Type Method Description private KnuthPenalty
TextLayoutManager. makeZeroWidthPenalty(int penaltyValue)
-
Uses of KnuthPenalty in org.apache.fop.layoutmgr.table
Subclasses of KnuthPenalty in org.apache.fop.layoutmgr.table Modifier and Type Class Description private static class
ActiveCell.FillerPenalty
Constructors in org.apache.fop.layoutmgr.table with parameters of type KnuthPenalty Constructor Description FillerPenalty(KnuthPenalty p, int length)
-