Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Class and Description |
---|---|
class |
HyphenationImpl
This is the implementation of the
Hyphenation interface. |
Modifier and Type | Field and Description |
---|---|
private Hyphenation |
DefaultLineWrapper.TextSegment.hyphenatedWord |
Modifier and Type | Method and Description |
---|---|
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) |
Hyphenation |
HyphenationState.toHyphenation()
This method gets the
Hyphenation from this state. |
Copyright © 2001–2016 mmm-Team. All rights reserved.