|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.area.inline.InlineArea.InlineAdjustingInfo
org.apache.fop.area.inline.AbstractTextArea.TextAdjustingInfo
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
Field Summary | |
---|---|
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) |
Fields inherited from class org.apache.fop.area.inline.InlineArea.InlineAdjustingInfo |
---|
adjustment, availableShrink, availableStretch |
Constructor Summary | |
---|---|
protected |
AbstractTextArea.TextAdjustingInfo(int stretch,
int shrink,
int adj)
Constructor |
Method Summary |
---|
Methods inherited from class org.apache.fop.area.inline.InlineArea.InlineAdjustingInfo |
---|
applyVariationFactor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int spaceDifference
Constructor Detail |
---|
protected AbstractTextArea.TextAdjustingInfo(int stretch, int shrink, int adj)
stretch
- the available space for stretchingshrink
- the available space for shrinkingadj
- space adjustment type
|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |