Package org.daisy.braille.table
Interface Table
- All Superinterfaces:
Comparable<Factory>
,Factory
- All Known Implementing Classes:
AbstractTable
,EmbosserTable
Provides an interface for common properties of a Table.
- Author:
- Joel HÃ¥kansson
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new BrailleConverter based on the current configuration of this Table.Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.daisy.factory.Factory
getDescription, getDisplayName, getFeature, getIdentifier, getProperty, setFeature
-
Method Details
-
newBrailleConverter
BrailleConverter newBrailleConverter()Creates a new BrailleConverter based on the current configuration of this Table.- Returns:
- returns a new BrailleConverter instance
-