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 classKnuthBlockBoxKnuth 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 KnuthBoxBlockContainerLayoutManager. generateNonInlinedBox()private KnuthBoxBlockStackingLayoutManager. makeAuxiliaryZeroWidthBox()private KnuthBoxBlockStackingLayoutManager. makeZeroWidthBox()Methods in org.apache.fop.layoutmgr with parameters of type KnuthBox Modifier and Type Method Description protected voidBreakingAlgorithm. handleBox(KnuthBox box)Handle aKnuthBox.protected voidPageBreakingAlgorithm. 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 classKnuthInlineBoxA knuth inline box.Methods in org.apache.fop.layoutmgr.inline that return KnuthBox Modifier and Type Method Description private KnuthBoxTextLayoutManager. 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 classActiveCell.FillerBox
-