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

public abstract class AbstractTable extends AbstractFactory implements Table
Provides an abstract base for Table factories.
Author:
Joel HÃ¥kansson
See Also:
  • Constructor Details

    • AbstractTable

      public AbstractTable(String name, String desc, String identifier)
      Creates a new AbstractTable with the supplied settings.
      Parameters:
      name - the name of the Table
      desc - the description of the Table
      identifier - the Table identifier
    • AbstractTable

      public AbstractTable(String name, String desc)
    • AbstractTable

      public AbstractTable(String name)