Uses of Class
org.apache.fop.layoutmgr.KnuthGlue
-
Packages that use KnuthGlue 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 KnuthGlue in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return KnuthGlue Modifier and Type Method Description private KnuthGlue
BlockStackingLayoutManager. makeSpaceAdjustmentGlue(int width, Adjustment adjustmentClass, boolean isAuxiliary)
Methods in org.apache.fop.layoutmgr with parameters of type KnuthGlue Modifier and Type Method Description void
BlockContainerLayoutManager. discardSpace(KnuthGlue spaceGlue)
Discard space.void
BlockLevelLayoutManager. discardSpace(KnuthGlue spaceGlue)
Discard space.void
BlockStackingLayoutManager. discardSpace(KnuthGlue spaceGlue)
Discard space.void
FlowLayoutManager. discardSpace(KnuthGlue spaceGlue)
Discard space.protected void
BreakingAlgorithm. handleGlueAt(KnuthGlue glue, int position, boolean previousIsBox, int allowedBreaks)
Handle aKnuthGlue
at 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 KnuthGlue Modifier and Type Method Description void
LineLayoutManager. 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 KnuthGlue Modifier and Type Method Description void
TableCellLayoutManager. discardSpace(KnuthGlue spaceGlue)
Discard space.void
TableLayoutManager. discardSpace(KnuthGlue spaceGlue)
Discard space.
-