org.apache.fop.layoutmgr.inline

Class 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

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

Field Details

alignmentContext

protected AlignmentContext alignmentContext

bHyphenated

protected boolean bHyphenated

iLScount

protected short iLScount

ipdArea

protected MinOptMax ipdArea

Constructor Details

AreaInfo

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

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