public abstract static class AbstractHyphenator.util.LanguageBasedDispatchingFullHyphenator extends Object implements Hyphenator.FullHyphenator
FullHyphenator that dispatches to other hyphenators based on language.| Constructor and Description |
|---|
LanguageBasedDispatchingFullHyphenator() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<CSSStyledText> |
transform(Iterable<CSSStyledText> text) |
protected abstract Iterable<CSSStyledText> |
transform(Iterable<CSSStyledText> text,
Locale language) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
transform
public LanguageBasedDispatchingFullHyphenator()
protected abstract Iterable<CSSStyledText> transform(Iterable<CSSStyledText> text, Locale language) throws Hyphenator.NonStandardHyphenationException
public Iterable<CSSStyledText> transform(Iterable<CSSStyledText> text) throws Hyphenator.NonStandardHyphenationException
transform in interface Hyphenator.FullHyphenator
Hyphenator.NonStandardHyphenationExceptionCopyright © 2010–2026 The DAISY Consortium. All rights reserved.