|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.layoutmgr.inline.LeafNodeLayoutManager.AreaInfo
protected class LeafNodeLayoutManager.AreaInfo
Store information about the inline area
Field Summary | |
---|---|
protected AlignmentContext |
alignmentContext
alignment context |
protected MinOptMax |
ipdArea
ipd of area |
protected boolean |
isHyphenated
true if hyphenated |
protected short |
letterSpaces
letter space count |
Constructor Summary | |
---|---|
LeafNodeLayoutManager.AreaInfo(short letterSpaces,
MinOptMax ipd,
boolean isHyphenated,
AlignmentContext alignmentContext)
Construct an area information item. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected short letterSpaces
protected MinOptMax ipdArea
protected boolean isHyphenated
protected AlignmentContext alignmentContext
Constructor Detail |
---|
public LeafNodeLayoutManager.AreaInfo(short letterSpaces, MinOptMax ipd, boolean isHyphenated, AlignmentContext alignmentContext)
letterSpaces
- letter space countipd
- inline progression dimensionisHyphenated
- true if hyphenatedalignmentContext
- an alignment context
|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |