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. -
-
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 with parameters of type KnuthBox Modifier and Type Method Description protected void
BreakingAlgorithm. handleBox(KnuthBox box)
Handle aKnuthBox
. -
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.
-