Package org.daisy.braille.table
Class AbstractTable
java.lang.Object
org.daisy.factory.AbstractFactory
org.daisy.braille.table.AbstractTable
- All Implemented Interfaces:
Serializable
,Comparable<Factory>
,Table
,Factory
- Direct Known Subclasses:
EmbosserTable
Provides an abstract base for Table factories.
- Author:
- Joel HÃ¥kansson
- See Also:
-
Constructor Summary
ConstructorDescriptionAbstractTable
(String name) AbstractTable
(String name, String desc) AbstractTable
(String name, String desc, 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 java.lang.Comparable
compareTo
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 Details
-
AbstractTable
Creates a new AbstractTable with the supplied settings.- Parameters:
name
- the name of the Tabledesc
- the description of the Tableidentifier
- the Table identifier
-
AbstractTable
-
AbstractTable
-