public interface BrailleTranslator extends Transform
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BrailleTranslator.FromStyledTextToBraille |
static interface |
BrailleTranslator.LineBreakingFromStyledText |
static interface |
BrailleTranslator.LineIterator |
| Modifier and Type | Method and Description |
|---|---|
BrailleTranslator.FromStyledTextToBraille |
fromStyledTextToBraille() |
default Map<String,String> |
getInfo()
Get info about the braille translator.
|
BrailleTranslator.LineBreakingFromStyledText |
lineBreakingFromStyledText() |
BrailleTranslator |
withHyphenator(Hyphenator hyphenator)
Return a new
BrailleTranslator that uses the given Hyphenator to perform
hyphenation. |
getIdentifier
default Map<String,String> getInfo()
BrailleTranslator withHyphenator(Hyphenator hyphenator) throws UnsupportedOperationException
BrailleTranslator that uses the given Hyphenator to perform
hyphenation.
The returned object should be selectable based on its identifier from the same BrailleTranslatorProvider that provided this BrailleTranslator.UnsupportedOperationExceptionBrailleTranslator.FromStyledTextToBraille fromStyledTextToBraille() throws UnsupportedOperationException
UnsupportedOperationExceptionBrailleTranslator.LineBreakingFromStyledText lineBreakingFromStyledText() throws UnsupportedOperationException
UnsupportedOperationExceptionCopyright © 2010–2026 The DAISY Consortium. All rights reserved.