Package org.daisy.braille.table
Interface Table
-
- All Known Implementing Classes:
AbstractTable
,EmbosserTable
public interface Table extends Factory
Provides an interface for common properties of a Table.- Author:
- Joel HÃ¥kansson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BrailleConverter
newBrailleConverter()
Creates a new BrailleConverter based on the current configuration of this Table.-
Methods inherited from interface org.daisy.factory.Factory
getDescription, getDisplayName, getFeature, getIdentifier, getProperty, setFeature
-
-
-
-
Method Detail
-
newBrailleConverter
BrailleConverter newBrailleConverter()
Creates a new BrailleConverter based on the current configuration of this Table.- Returns:
- returns a new BrailleConverter instance
-
-