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 |
---|---|
Hyphenator |
HyphenatorBuilder.getHyphenator()
|
Hyphenator |
HyphenatorBuilder.getHyphenator(Locale locale)
This method gets the
Hyphenator for the given Locale . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHyphenator
This is the abstract base implementation of the
Hyphenator interface. |
class |
HyphenatorImpl
This is the implementation of the
Hyphenator interface. |
Modifier and Type | Field and Description |
---|---|
private Hyphenator |
DefaultLineWrapper.TextSegment.hyphenator |
private Hyphenator |
DefaultLineWrapper.ColumnState.hyphenator
The
Hyphenator to use. |
Modifier and Type | Field and Description |
---|---|
private ConcurrentHashMap<String,WeakReference<Hyphenator>> |
AbstractHyphenatorBuilder.hyphenatorCache
|
Modifier and Type | Method and Description |
---|---|
protected Hyphenator |
HyphenatorBuilderImpl.createHyphenator(Locale locale,
DataResource resource)
This method creates a new
Hyphenator instance from the XML-configuration identified by the given
DataResource . |
protected Hyphenator |
HyphenatorBuilderImpl.createHyphenator(String localeInfix) |
protected abstract Hyphenator |
AbstractHyphenatorBuilder.createHyphenator(String localeInfix)
This method creates a new
Hyphenator . |
Hyphenator |
AbstractHyphenatorBuilder.getHyphenator() |
Hyphenator |
AbstractHyphenatorBuilder.getHyphenator(Locale locale) |
Constructor and Description |
---|
TextSegment(String text,
Hyphenator hyphenator)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.