org.apache.fop.area.inline
Class AbstractTextArea.TextAdjustingInfo
- AbstractTextArea
protected class AbstractTextArea.TextAdjustingInfo
this class stores information about spaces and potential adjustments
that can be used in order to re-compute adjustments when a
page-number or a page-number-citation is resolved
protected int | spaceDifference - difference between the optimal width of a space
and the default width of a space according to the font
(this is equivalent to the property word-spacing.optimum)
|
spaceDifference
protected int spaceDifference
difference between the optimal width of a space
and the default width of a space according to the font
(this is equivalent to the property word-spacing.optimum)
TextAdjustingInfo
protected TextAdjustingInfo(int stretch,
int shrink,
int adj)
Constructor
stretch
- the available space for stretchingshrink
- the available space for shrinkingadj
- space adjustment type
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.