Package org.daisy.dotify.api.engine
Provides a formatter engine API.
The entry point for using this package is the FormatterEngineMaker
(SPI)
and FormatterEngineFactoryService
(OSGi). To add additional implementations, use the
FormatterEngineFactoryService
interface.
-
Interface Summary Interface Description FormatterEngine Provides a formatter engine.FormatterEngineFactoryService Provides an interface for a FormatterEngineFactory service. -
Class Summary Class Description FormatterEngineMaker Like all maker classes in the api, this class is only used directly in SPI context. -
Exception Summary Exception Description LayoutEngineException Provides an exception for the FormatterEngine.