fop 1.0

org.apache.fop.layoutmgr.inline
Class LeafNodeLayoutManager.AreaInfo

java.lang.Object
  extended by org.apache.fop.layoutmgr.inline.LeafNodeLayoutManager.AreaInfo
Enclosing class:
LeafNodeLayoutManager

protected class LeafNodeLayoutManager.AreaInfo
extends java.lang.Object

Store information about the inline area


Field Summary
protected  AlignmentContext alignmentContext
           
protected  boolean bHyphenated
           
protected  short iLScount
           
protected  MinOptMax ipdArea
           
 
Constructor Summary
LeafNodeLayoutManager.AreaInfo(short iLS, MinOptMax ipd, boolean bHyph, AlignmentContext alignmentContext)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iLScount

protected short iLScount

ipdArea

protected MinOptMax ipdArea

bHyphenated

protected boolean bHyphenated

alignmentContext

protected AlignmentContext alignmentContext
Constructor Detail

LeafNodeLayoutManager.AreaInfo

public LeafNodeLayoutManager.AreaInfo(short iLS,
                                      MinOptMax ipd,
                                      boolean bHyph,
                                      AlignmentContext alignmentContext)

fop 1.0

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