Uses of Class
org.apache.fop.layoutmgr.Adjustment
-
Packages that use Adjustment Package Description org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of Adjustment in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as Adjustment Modifier and Type Field Description static AdjustmentAdjustment. LINE_HEIGHT_ADJUSTMENTAdjustment class: adjustment for line height.static AdjustmentAdjustment. LINE_NUMBER_ADJUSTMENTAdjustment class: adjustment for number of lines.static AdjustmentAdjustment. NO_ADJUSTMENTAdjustment class: no adjustment.static AdjustmentAdjustment. SPACE_AFTER_ADJUSTMENTAdjustment class: adjustment for space-after.static AdjustmentAdjustment. SPACE_BEFORE_ADJUSTMENTAdjustment class: adjustment for space-before.Methods in org.apache.fop.layoutmgr that return Adjustment Modifier and Type Method Description AdjustmentKnuthGlue. getAdjustmentClass()Constructors in org.apache.fop.layoutmgr with parameters of type Adjustment Constructor Description KnuthGlue(int width, int stretch, int shrink, Adjustment adjustmentClass, Position pos, boolean auxiliary)Creates a newKnuthGlue.
-