Uses of Class
org.apache.fop.layoutmgr.Adjustment
Packages that use Adjustment
-
Uses of Adjustment in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as AdjustmentModifier and TypeFieldDescriptionprivate final Adjustment
KnuthGlue.adjustmentClass
static final Adjustment
Adjustment.LINE_HEIGHT_ADJUSTMENT
Adjustment class: adjustment for line height.static final Adjustment
Adjustment.LINE_NUMBER_ADJUSTMENT
Adjustment class: adjustment for number of lines.static final Adjustment
Adjustment.NO_ADJUSTMENT
Adjustment class: no adjustment.static final Adjustment
Adjustment.SPACE_AFTER_ADJUSTMENT
Adjustment class: adjustment for space-after.static final Adjustment
Adjustment.SPACE_BEFORE_ADJUSTMENT
Adjustment class: adjustment for space-before.Methods in org.apache.fop.layoutmgr that return AdjustmentMethods in org.apache.fop.layoutmgr with parameters of type AdjustmentModifier and TypeMethodDescriptionprivate KnuthGlue
BlockStackingLayoutManager.makeSpaceAdjustmentGlue
(int width, Adjustment adjustmentClass, boolean isAuxiliary) Constructors in org.apache.fop.layoutmgr with parameters of type AdjustmentModifierConstructorDescriptionKnuthGlue
(int width, int stretch, int shrink, Adjustment adjustmentClass, Position pos, boolean auxiliary) Creates a newKnuthGlue
.