fop 0.92beta

org.apache.fop.area.inline
Class InlineArea.InlineAdjustingInfo

java.lang.Object
  |
  +--org.apache.fop.area.inline.InlineArea.InlineAdjustingInfo
Direct Known Subclasses:
AbstractTextArea.TextAdjustingInfo
Enclosing class:
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


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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

availableStretch

protected int availableStretch
stretch of the inline area

availableShrink

protected int availableShrink
shrink of the inline area

adjustment

protected int adjustment
total adjustment (= ipd - width of fixed elements)
Constructor Detail

InlineArea.InlineAdjustingInfo

protected InlineArea.InlineAdjustingInfo(int stretch,
                                         int shrink,
                                         int adj)
Constructor
Parameters:
stretch - the available space for stretching
shrink - the available space for shrinking
adj - space adjustment type

fop 0.92beta

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.