Package org.daisy.dotify.api.table
Interface Table
-
- All Superinterfaces:
Factory
,FactoryProperties
public interface Table extends Factory
Provides an interface for common properties of a Table.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.daisy.dotify.api.factory.FactoryProperties
FactoryProperties.ComparatorBuilder
-
-
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.dotify.api.factory.Factory
getFeature, getProperty, setFeature
-
Methods inherited from interface org.daisy.dotify.api.factory.FactoryProperties
getDescription, getDisplayName, getIdentifier
-
-
-
-
Method Detail
-
newBrailleConverter
BrailleConverter newBrailleConverter()
Creates a new BrailleConverter based on the current configuration of this Table.- Returns:
- returns a new BrailleConverter instance
-
-