Package org.apache.fop.area.inline
Class InlineArea.InlineAdjustingInfo
- java.lang.Object
-
- org.apache.fop.area.inline.InlineArea.InlineAdjustingInfo
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AbstractTextArea.TextAdjustingInfo
- Enclosing class:
- InlineArea
protected class InlineArea.InlineAdjustingInfo extends java.lang.Object implements java.io.Serializablethis 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- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected intadjustmenttotal adjustment (= ipd - width of fixed elements)protected intavailableShrinkshrink of the inline areaprotected intavailableStretchstretch of the inline area
-
Constructor Summary
Constructors Modifier Constructor Description protectedInlineAdjustingInfo(int stretch, int shrink, int adj)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intapplyVariationFactor(double variationFactor)Apply the variation factor
-