Package org.apache.fop.layoutmgr.inline
Class LeafNodeLayoutManager.AreaInfo
java.lang.Object
org.apache.fop.layoutmgr.inline.LeafNodeLayoutManager.AreaInfo
- Enclosing class:
LeafNodeLayoutManager
Store information about the inline area
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AlignmentContextalignment contextprotected MinOptMaxipd of areaprotected booleantrue if hyphenatedprotected shortletter space count -
Constructor Summary
ConstructorsConstructorDescriptionAreaInfo(short letterSpaces, MinOptMax ipd, boolean isHyphenated, AlignmentContext alignmentContext) Construct an area information item. -
Method Summary
-
Field Details
-
letterSpaces
protected short letterSpacesletter space count -
ipdArea
ipd of area -
isHyphenated
protected boolean isHyphenatedtrue if hyphenated -
alignmentContext
alignment context
-
-
Constructor Details
-
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
-