Package org.daisy.dotify.api.table
Provides interfaces and classes needed to use braille tables.
The entry point for using this package is the TableCatalog
(SPI)
and TableCatalogService
(OSGi). To add additional implementations, use the
TableProvider
interface.
-
Interface Summary Interface Description BrailleConverter Provides an interface for converting from text to braille and vice verca.Table Provides an interface for common properties of a Table.TableCatalogService Provides an interface for a TableCatalog service.TableFilter Provides an interface for filtering a collection of Tables.TableProvider Provides an interface for a Table service. -
Class Summary Class Description BrailleConstants Provides constants for braille.TableCatalog Provides a catalog of Table factories.TableProperties Provides common table features.