Methods in org.apache.fop.layout.hyphenation that return Hyphenation |
static Hyphenation |
Hyphenator.hyphenate(String lang,
String country,
String word,
int leftMin,
int rightMin)
|
static Hyphenation |
Hyphenator.hyphenate(String lang,
String country,
char[] word,
int offset,
int len,
int leftMin,
int rightMin)
|
Hyphenation |
Hyphenator.hyphenate(char[] word,
int offset,
int len)
|
Hyphenation |
Hyphenator.hyphenate(String word)
|
Hyphenation |
HyphenationTree.hyphenate(String word,
int remainCharCount,
int pushCharCount)
Hyphenate word and return a Hyphenation object. |
Hyphenation |
HyphenationTree.hyphenate(char[] w,
int offset,
int len,
int remainCharCount,
int pushCharCount)
Hyphenate word and return an array of hyphenation points. |