protected class LeafNodeLayoutManager.AreaInfo
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected AlignmentContext |
alignmentContext |
alignment context
|
protected MinOptMax |
ipdArea |
ipd of area
|
protected boolean |
isHyphenated |
true if hyphenated
|
protected short |
letterSpaces |
letter space count
|
Constructor | Description |
---|---|
AreaInfo(short letterSpaces,
MinOptMax ipd,
boolean isHyphenated,
AlignmentContext alignmentContext) |
Construct an area information item.
|
protected short letterSpaces
protected MinOptMax ipdArea
protected boolean isHyphenated
protected AlignmentContext alignmentContext
public AreaInfo(short letterSpaces, MinOptMax ipd, boolean isHyphenated, AlignmentContext alignmentContext)
letterSpaces
- letter space countipd
- inline progression dimensionisHyphenated
- true if hyphenatedalignmentContext
- an alignment contextCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.