Package org.daisy.braille.table
Class AbstractTable
- java.lang.Object
-
- org.daisy.factory.AbstractFactory
-
- org.daisy.braille.table.AbstractTable
-
- Direct Known Subclasses:
EmbosserTable
public abstract class AbstractTable extends AbstractFactory implements Table
Provides an abstract base for Table factories.- Author:
- Joel HÃ¥kansson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractTable(java.lang.String name)AbstractTable(java.lang.String name, java.lang.String desc)AbstractTable(java.lang.String name, java.lang.String desc, java.lang.String identifier)Creates a new AbstractTable with the supplied settings.
-
Method Summary
-
Methods inherited from class org.daisy.factory.AbstractFactory
compareTo, getDescription, getDisplayName, getIdentifier, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.daisy.factory.Factory
getDescription, getDisplayName, getFeature, getIdentifier, getProperty, setFeature
-
Methods inherited from interface org.daisy.braille.table.Table
newBrailleConverter
-
-
-
-
Constructor Detail
-
AbstractTable
public AbstractTable(java.lang.String name, java.lang.String desc, java.lang.String identifier)Creates a new AbstractTable with the supplied settings.- Parameters:
name- the name of the Tabledesc- the description of the Tableidentifier- the Table identifier
-
AbstractTable
public AbstractTable(java.lang.String name, java.lang.String desc)
-
AbstractTable
public AbstractTable(java.lang.String name)
-
-