Provides interfaces and classes needed to implement braille tables.
Interface | Description |
---|---|
BrailleConverter |
Provides an interface for converting from text to braille and vice verca.
|
ConfigurableTableProvider<T> |
Provides a TableProvider which creates tables a specific type of
identifier
|
Table |
Provides an interface for common properties of a Table.
|
TableFilter |
Provides an interface for filtering a collection of Tables.
|
TableProvider |
Provides an interface for a collection of Tables.
|
Class | Description |
---|---|
AbstractConfigurableTableProvider<T> |
Provides an abstract base for TableProviders, implementing basic features
such as the ability to set page fallback action and replacement character.
|
AbstractTable |
Provides an abstract base for Table factories.
|
AdvancedBrailleConverter |
Provides an advanced Braille converter mapping each braille character to a string.
|
DefaultTableProvider |
Provides a default table, for convenience.
|
EmbosserBrailleConverter |
Provides a simple TableConverter implementation.
|
EmbosserTable<T> |
Provides an embosser table implementation.
|
TableCatalog |
Provides a catalog of Table factories.
|
TableProperties |
Provides common table features.
|
Enum | Description |
---|---|
EmbosserBrailleConverter.EightDotFallbackMethod |
Defines the fallback action when a character in the range 0x2840-0x28FF is
encountered.
|