All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.daisy.dotify.api.table.Table Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package org.daisy.dotify.api.table;

import org.daisy.dotify.api.factory.Factory;

/**
 * Provides an interface for common properties of a Table.
 *
 * @author Joel Håkansson
 */
public interface Table extends Factory {
    /**
     * Creates a new BrailleConverter based on the current configuration of this
     * Table.
     *
     * @return returns a new BrailleConverter instance
     */
    public BrailleConverter newBrailleConverter();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy