|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Hyphenation | |
|---|---|
| net.sf.mmm.util.text.api | Provides the API for utilities that help with textual operations. |
| net.sf.mmm.util.text.base | Provides the base-implementation of text-util API. |
| Uses of Hyphenation in net.sf.mmm.util.text.api |
|---|
| Methods in net.sf.mmm.util.text.api that return Hyphenation | |
|---|---|
Hyphenation |
Hyphenator.hyphenate(String word)
|
Hyphenation |
Hyphenator.hyphenate(String text,
int start)
|
Hyphenation |
Hyphenator.hyphenate(String text,
int start,
int end)
This method hyphenates the word from the given text from
start to end. |
| Uses of Hyphenation in net.sf.mmm.util.text.base |
|---|
| Classes in net.sf.mmm.util.text.base that implement Hyphenation | |
|---|---|
class |
HyphenationImpl
This is the implementation of the Hyphenation interface. |
| Fields in net.sf.mmm.util.text.base declared as Hyphenation | |
|---|---|
private Hyphenation |
DefaultLineWrapper.TextSegment.hyphenatedWord
|
| Methods in net.sf.mmm.util.text.base that return Hyphenation | |
|---|---|
Hyphenation |
DefaultLineWrapper.TextSegment.getHyphenatedWord()
This method gets the Hyphenation if this DefaultLineWrapper.TextSegment has
the type DefaultLineWrapper.TextSegmentType.WORD. |
Hyphenation |
HyphenatorImpl.hyphenate(String word)
|
Hyphenation |
AbstractHyphenator.hyphenate(String text,
int start)
|
Hyphenation |
AbstractHyphenator.hyphenate(String text,
int start,
int end)
This method hyphenates the word from the given text from
start to end. |
Hyphenation |
HyphenationState.toHyphenation()
This method gets the Hyphenation from this state. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||