public interface BrailleTranslatorFactory
Modifier and Type | Method and Description |
---|---|
BrailleTranslator |
newTranslator(String locale,
String mode)
Creates a new translator with the given specification
|
BrailleTranslator newTranslator(String locale, String mode) throws TranslatorConfigurationException
locale
- the translator localemode
- the translator gradeTranslatorConfigurationException
- if the specification is not supported