|
fop 2.2 | |||||||||
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(java.lang.String mimeType,
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(java.lang.String mimeType, FontInfo fontInfo) throws FOPException
FontInfo
object for the IFDocumentHandler.
mimeType
- the MIME type of the document handlerfontInfo
- the font info object to set up
FOPException
- if an error occurs while configuring the object
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |