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 AdjustmentKnuthGlue.adjustmentClassstatic final AdjustmentAdjustment.LINE_HEIGHT_ADJUSTMENTAdjustment class: adjustment for line height.static final AdjustmentAdjustment.LINE_NUMBER_ADJUSTMENTAdjustment class: adjustment for number of lines.static final AdjustmentAdjustment.NO_ADJUSTMENTAdjustment class: no adjustment.static final AdjustmentAdjustment.SPACE_AFTER_ADJUSTMENTAdjustment class: adjustment for space-after.static final AdjustmentAdjustment.SPACE_BEFORE_ADJUSTMENTAdjustment 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 KnuthGlueBlockStackingLayoutManager.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.