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