Uses of Class
org.apache.fop.layoutmgr.KnuthGlue
Packages that use KnuthGlue
Package
Description
FOP's layout engine.
Layout managers for inline formatting objects and line building.
Layout managers for tables.
-
Uses of KnuthGlue in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type KnuthGlueModifier and TypeMethodDescriptionvoidBlockContainerLayoutManager.discardSpace(KnuthGlue spaceGlue) Discard space.voidBlockLevelLayoutManager.discardSpace(KnuthGlue spaceGlue) Discard space.voidBlockStackingLayoutManager.discardSpace(KnuthGlue spaceGlue) Discard space.voidFlowLayoutManager.discardSpace(KnuthGlue spaceGlue) Discard space.protected voidBreakingAlgorithm.handleGlueAt(KnuthGlue glue, int position, boolean previousIsBox, int allowedBreaks) Handle aKnuthGlueat the given position, taking into account the additional parameters. -
Uses of KnuthGlue in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline with parameters of type KnuthGlueModifier and TypeMethodDescriptionvoidLineLayoutManager.discardSpace(KnuthGlue spaceGlue) Discard space. -
Uses of KnuthGlue in org.apache.fop.layoutmgr.table
Methods in org.apache.fop.layoutmgr.table with parameters of type KnuthGlueModifier and TypeMethodDescriptionvoidTableCellLayoutManager.discardSpace(KnuthGlue spaceGlue) Discard space.voidTableLayoutManager.discardSpace(KnuthGlue spaceGlue) Discard space.