Uses of Class
org.apache.fop.layoutmgr.KnuthBox
-
Packages that use KnuthBox 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 KnuthBox in org.apache.fop.layoutmgr
Subclasses of KnuthBox in org.apache.fop.layoutmgr Modifier and Type Class Description class
KnuthBlockBox
Knuth box used to represent a line in block-progression-dimension (i.e.Methods in org.apache.fop.layoutmgr that return KnuthBox Modifier and Type Method Description private KnuthBox
BlockContainerLayoutManager. generateNonInlinedBox()
private KnuthBox
BlockStackingLayoutManager. makeAuxiliaryZeroWidthBox()
private KnuthBox
BlockStackingLayoutManager. makeZeroWidthBox()
Methods in org.apache.fop.layoutmgr with parameters of type KnuthBox Modifier and Type Method Description protected void
BreakingAlgorithm. handleBox(KnuthBox box)
Handle aKnuthBox
.protected void
PageBreakingAlgorithm. handleBox(KnuthBox box)
Page-breaking specific handling of the given box. -
Uses of KnuthBox in org.apache.fop.layoutmgr.inline
Subclasses of KnuthBox in org.apache.fop.layoutmgr.inline Modifier and Type Class Description class
KnuthInlineBox
A knuth inline box.Methods in org.apache.fop.layoutmgr.inline that return KnuthBox Modifier and Type Method Description private KnuthBox
TextLayoutManager. makeAuxiliaryZeroWidthBox()
-
Uses of KnuthBox in org.apache.fop.layoutmgr.table
Subclasses of KnuthBox in org.apache.fop.layoutmgr.table Modifier and Type Class Description private static class
ActiveCell.FillerBox
-