|
fop 2.0 | |||||||||
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
protected class InlineArea.InlineAdjustingInfo
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
Field Summary | |
---|---|
protected int |
adjustment
total adjustment (= ipd - width of fixed elements) |
protected int |
availableShrink
shrink of the inline area |
protected int |
availableStretch
stretch of the inline area |
Constructor Summary | |
---|---|
protected |
InlineArea.InlineAdjustingInfo(int stretch,
int shrink,
int adj)
Constructor |
Method Summary | |
---|---|
protected int |
applyVariationFactor(double variationFactor)
Apply the variation factor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int availableStretch
protected int availableShrink
protected int adjustment
Constructor Detail |
---|
protected InlineArea.InlineAdjustingInfo(int stretch, int shrink, int adj)
stretch
- the available space for stretchingshrink
- the available space for shrinkingadj
- space adjustment typeMethod Detail |
---|
protected int applyVariationFactor(double variationFactor)
variationFactor
- the factor by which the adjustment is to be changed
|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |