Package org.apache.fop.layoutmgr.inline
Class LeafNodeLayoutManager.AreaInfo
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected AlignmentContext
alignmentContext
alignment contextprotected MinOptMax
ipdArea
ipd of areaprotected boolean
isHyphenated
true if hyphenatedprotected short
letterSpaces
letter space count
-
Constructor Summary
Constructors Constructor Description AreaInfo(short letterSpaces, MinOptMax ipd, boolean isHyphenated, AlignmentContext alignmentContext)
Construct an area information item.
-
-
-
Field Detail
-
letterSpaces
protected short letterSpaces
letter space count
-
ipdArea
protected MinOptMax ipdArea
ipd of area
-
isHyphenated
protected boolean isHyphenated
true if hyphenated
-
alignmentContext
protected AlignmentContext alignmentContext
alignment context
-
-
Constructor Detail
-
AreaInfo
public AreaInfo(short letterSpaces, MinOptMax ipd, boolean isHyphenated, AlignmentContext alignmentContext)
Construct an area information item.- Parameters:
letterSpaces
- letter space countipd
- inline progression dimensionisHyphenated
- true if hyphenatedalignmentContext
- an alignment context
-
-