|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFDocumentHandlerConfigurator
This interface is implemented by classes that configure an IFDocumentHandler
instance.
Method Summary | |
---|---|
void |
configure(IFDocumentHandler documentHandler)
Configures a intermediate format document handler. |
void |
setupFontInfo(IFDocumentHandler documentHandler,
FontInfo fontInfo)
Sets up the FontInfo object for the IFDocumentHandler. |
Method Detail |
---|
void configure(IFDocumentHandler documentHandler) throws FOPException
documentHandler
- the document handler instance
FOPException
- if an error occurs while configuring the objectvoid setupFontInfo(IFDocumentHandler documentHandler, FontInfo fontInfo) throws FOPException
FontInfo
object for the IFDocumentHandler.
documentHandler
- the document handler instancefontInfo
- the font info object to set up
FOPException
- if an error occurs while configuring the object
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |