public class HyphenationPatternPosition extends Object
HyphenationPatternPosition
represents a ranked
position
of a potential
hyphenation of a HyphenationPattern
.Modifier and Type | Field and Description |
---|---|
int |
index
the index of the hyphenation-position in the pattern (without numbers).
|
int |
ranking
The ranking a hyphenation at the represented
index . |
Constructor and Description |
---|
HyphenationPatternPosition(int index,
int rankink)
The constructor.
|
public final int index
0
indicates a
hyphenation before the first character.public final int ranking
index
. A higher value over-rules a lower value of a previous
pattern. Odd values indicate a hyphenation while even values indicateCopyright © 2001–2016 mmm-Team. All rights reserved.