org.apache.fop.area.inline
Class InlineArea.InlineAdjustingInfo
java.lang.Object
org.apache.fop.area.inline.InlineArea.InlineAdjustingInfo
- InlineArea
protected class InlineArea.InlineAdjustingInfo
extends java.lang.Object
this class stores information about potential adjustments
that can be used in order to re-compute adjustments when a
page-number or a page-number-citation is resolved
adjustment
protected int adjustment
total adjustment (= ipd - width of fixed elements)
availableShrink
protected int availableShrink
shrink of the inline area
availableStretch
protected int availableStretch
stretch of the inline area
InlineAdjustingInfo
protected InlineAdjustingInfo(int stretch,
int shrink,
int adj)
Constructor
stretch
- the available space for stretchingshrink
- the available space for shrinkingadj
- space adjustment type
applyVariationFactor
protected int applyVariationFactor(double variationFactor)
Apply the variation factor
variationFactor
- the factor by which the adjustment is to be changed
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.