Name | Extension point | Interface to implement |
---|---|---|
Coordinator | sk.uniba.euromath.ICoordinatorFactory | ICoordinatorFactory |
Coordinator receives output provided by the exporters and converts it into desired output file format. One coordinator should produce one class of documents only.
There are three built-in coordinators:
sk.uniba.euromath.fop
plugin,
accepting XSL-FO, SVG, JPG and PNGfinishExport()
method of the
ICoordinator
interface. If you receive SAX result, you may wrap your content handler in a filter and
provide this filter as a result of
ICoordinator's
startExport()
method.