Uses of Class
org.apache.fop.layoutmgr.KnuthPenalty
-
Packages that use KnuthPenalty Package Description org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of KnuthPenalty in org.apache.fop.layoutmgr
Subclasses of KnuthPenalty in org.apache.fop.layoutmgr Modifier and Type Class Description classWhitespaceManagementPenaltyA special penalty used to specify content having multiple variants.Fields in org.apache.fop.layoutmgr declared as KnuthPenalty Modifier and Type Field Description static KnuthPenaltyKnuthPenalty. DUMMY_ZERO_PENALTYDummy, zero-width penaltyMethods in org.apache.fop.layoutmgr with parameters of type KnuthPenalty Modifier and Type Method Description protected voidBreakingAlgorithm. handlePenaltyAt(KnuthPenalty penalty, int position, int allowedBreaks)Handle aKnuthPenaltyat the given position, taking into account the type of breaks allowed.
-