org.daisy.dotify.api.formatter.package-info Maven / Gradle / Ivy
/**
* Provides a text only layout engine.
*
* The entry point for using this package is the {@link org.daisy.dotify.api.formatter.FormatterFactoryMaker} (SPI)
* and {@link org.daisy.dotify.api.formatter.FormatterFactory} (OSGi). To add additional implementations, use the
* {@link org.daisy.dotify.api.formatter.FormatterFactory} interface.
*
* @author Joel Håkansson
*/
package org.daisy.dotify.api.formatter;