Package org.apache.fop.layoutmgr.table
Class ActiveCell.FillerPenalty
- java.lang.Object
-
- org.apache.fop.layoutmgr.ListElement
-
- org.apache.fop.layoutmgr.KnuthElement
-
- org.apache.fop.layoutmgr.KnuthPenalty
-
- org.apache.fop.layoutmgr.table.ActiveCell.FillerPenalty
-
- Enclosing class:
- ActiveCell
private static class ActiveCell.FillerPenalty extends KnuthPenalty
-
-
Field Summary
Fields Modifier and Type Field Description private int
contentLength
-
Fields inherited from class org.apache.fop.layoutmgr.KnuthPenalty
DUMMY_ZERO_PENALTY, FLAGGED_PENALTY
-
Fields inherited from class org.apache.fop.layoutmgr.KnuthElement
INFINITE
-
-
Constructor Summary
Constructors Constructor Description FillerPenalty(int length)
FillerPenalty(KnuthPenalty p, int length)
-
Method Summary
-
Methods inherited from class org.apache.fop.layoutmgr.KnuthPenalty
getBreakClass, getPenalty, isForcedBreak, isPenalty, isPenaltyFlagged, setPenalty, toString, valueOf
-
Methods inherited from class org.apache.fop.layoutmgr.KnuthElement
getShrink, getStretch, getWidth, isAuxiliary, isUnresolvedElement
-
Methods inherited from class org.apache.fop.layoutmgr.ListElement
getLayoutManager, getPosition, isBox, isGlue, setPosition
-
-
-
-
Constructor Detail
-
FillerPenalty
FillerPenalty(KnuthPenalty p, int length)
-
FillerPenalty
FillerPenalty(int length)
-
-