Interface IFDocumentHandler
-
- All Known Implementing Classes:
AbstractBinaryWritingIFDocumentHandler,AbstractBitmapDocumentHandler,AbstractIFDocumentHandler,AbstractXMLWritingIFDocumentHandler,AFPDocumentHandler,EventProducingFilter,IFDocumentHandlerProxy,IFSerializer,Java2DDocumentHandler,PCLDocumentHandler,PDFDocumentHandler,PNGDocumentHandler,PSDocumentHandler,TIFFDocumentHandler
public interface IFDocumentHandlerInterface used to paint whole documents layouted by Apache FOP.Call sequence:
startDocument() [setDocumentLocale()] startDocumentHeader() [handleExtension()]* endDocumentHeader() [ startPageSequence() [ startPage() startPageHeader() [handleExtension()]* endPageHeader() startPageContent() (#box)+ endPageContent() startPageTrailer() (addTarget())* endPageTrailer() endPage() ]* endPageSequence() ]* startDocumentTrailer() [handleExtension()]* endDocumentTrailer() endDocument() #box: startBox() (#pageContent)+ endBox() | startViewport() (#pageContext)+ endViewport() #pageContent: ( setFont() | drawText() | drawRect() | drawImage() | TODO etc. etc. | handleExtensionObject() )
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendDocument()Indicates the end of a document.voidendDocumentHeader()Indicates the end of the document header.voidendDocumentTrailer()Indicates the end of the document trailer.voidendPage()Indicates the end of a pagevoidendPageContent()Indicates the end of the page content.voidendPageHeader()Indicates the end of the page header.voidendPageSequence()Indicates the end of a page sequence.voidendPageTrailer()Indicates the end of the page trailer.IFDocumentHandlerConfiguratorgetConfigurator()Returns the configurator for this document handler, if any.IFContextgetContext()Returns the associated intermediate format context object.IFDocumentNavigationHandlergetDocumentNavigationHandler()Returns a document navigation handler if this feature is supported.FontInfogetFontInfo()Returns the font set to work with.java.lang.StringgetMimeType()Returns the MIME type of the output format that is generated by this implementation.StructureTreeEventHandlergetStructureTreeEventHandler()voidhandleExtensionObject(java.lang.Object extension)Handles an extension object.voidsetDefaultFontInfo(FontInfo fontInfo)Sets the default font set (with no custom configuration).voidsetDocumentLocale(java.util.Locale locale)voidsetFontInfo(FontInfo fontInfo)Sets the font set to work with.voidsetResult(javax.xml.transform.Result result)Sets the JAXP Result object to receive the generated content.voidstartDocument()Indicates the start of a document.voidstartDocumentHeader()Indicates the start of the document header.voidstartDocumentTrailer()Indicates the start of the document trailer.voidstartPage(int index, java.lang.String name, java.lang.String pageMasterName, java.awt.Dimension size)Indicates the start of a new page.IFPainterstartPageContent()Indicates the start of the page content.voidstartPageHeader()Indicates the start of the page header.voidstartPageSequence(java.lang.String id)Indicates the start of a new page sequence.voidstartPageTrailer()Indicates the start of the page trailer.booleansupportsPagesOutOfOrder()Indicates whether the painter supports to handle the pages in mixed order rather than ascending order.
-
-
-
Method Detail
-
getContext
IFContext getContext()
Returns the associated intermediate format context object.- Returns:
- the context object
-
setResult
void setResult(javax.xml.transform.Result result) throws IFExceptionSets the JAXP Result object to receive the generated content.- Parameters:
result- the JAXP Result object to receive the generated content- Throws:
IFException- if an error occurs setting up the output
-
setFontInfo
void setFontInfo(FontInfo fontInfo)
Sets the font set to work with.- Parameters:
fontInfo- the font info object
-
getFontInfo
FontInfo getFontInfo()
Returns the font set to work with.- Returns:
- the font info object
-
setDefaultFontInfo
void setDefaultFontInfo(FontInfo fontInfo)
Sets the default font set (with no custom configuration).- Parameters:
fontInfo- the font info object to populate
-
getConfigurator
IFDocumentHandlerConfigurator getConfigurator()
Returns the configurator for this document handler, if any.- Returns:
- the configurator or null if there's no configurator
-
getStructureTreeEventHandler
StructureTreeEventHandler getStructureTreeEventHandler()
- Returns:
- the structure tree builder
-
getDocumentNavigationHandler
IFDocumentNavigationHandler getDocumentNavigationHandler()
Returns a document navigation handler if this feature is supported.- Returns:
- the document navigation handler or null if not supported
-
supportsPagesOutOfOrder
boolean supportsPagesOutOfOrder()
Indicates whether the painter supports to handle the pages in mixed order rather than ascending order.- Returns:
- true if out-of-order handling is supported
-
getMimeType
java.lang.String getMimeType()
Returns the MIME type of the output format that is generated by this implementation.- Returns:
- the MIME type
-
startDocument
void startDocument() throws IFExceptionIndicates the start of a document. This method may only be called once before any other event method.- Throws:
IFException- if an error occurs while handling this event
-
endDocument
void endDocument() throws IFExceptionIndicates the end of a document. This method may only be called once after the whole document has been handled. Implementations can release resources (close streams). It is an error to call any event method after this method.- Throws:
IFException- if an error occurs while handling this event
-
setDocumentLocale
void setDocumentLocale(java.util.Locale locale)
- Parameters:
locale- Locale of the document.
-
startDocumentHeader
void startDocumentHeader() throws IFExceptionIndicates the start of the document header. This method is called right after thestartDocument()method. Extensions sent to this painter betweenstartDocumentHeader()andendDocumentHeader()apply to the document as a whole (like document metadata).- Throws:
IFException- if an error occurs while handling this event
-
endDocumentHeader
void endDocumentHeader() throws IFExceptionIndicates the end of the document header. This method is called before the first page sequence.- Throws:
IFException- if an error occurs while handling this event
-
startDocumentTrailer
void startDocumentTrailer() throws IFExceptionIndicates the start of the document trailer. This method is called after the last page sequence. Extensions sent to the painter betweenstartDocumentTrailer()andendDocumentTrailer()apply to the document as a whole and is used for document-level content that is only known after all pages have been rendered (like named destinations or the bookmark tree).- Throws:
IFException- if an error occurs while handling this event
-
endDocumentTrailer
void endDocumentTrailer() throws IFExceptionIndicates the end of the document trailer. This method is called right before theendDocument()method.- Throws:
IFException- if an error occurs while handling this event
-
startPageSequence
void startPageSequence(java.lang.String id) throws IFExceptionIndicates the start of a new page sequence.- Parameters:
id- the page sequence's identifier (or null if none is available)- Throws:
IFException- if an error occurs while handling this event
-
endPageSequence
void endPageSequence() throws IFExceptionIndicates the end of a page sequence.- Throws:
IFException- if an error occurs while handling this event
-
startPage
void startPage(int index, java.lang.String name, java.lang.String pageMasterName, java.awt.Dimension size) throws IFExceptionIndicates the start of a new page.- Parameters:
index- the index of the page (0-based)name- the page name (usually the formatted page number)pageMasterName- the name of the simple-page-master that generated this pagesize- the size of the page (equivalent to the MediaBox in PDF)- Throws:
IFException- if an error occurs while handling this event
-
endPage
void endPage() throws IFExceptionIndicates the end of a page- Throws:
IFException- if an error occurs while handling this event
-
startPageHeader
void startPageHeader() throws IFExceptionIndicates the start of the page header.- Throws:
IFException- if an error occurs while handling this event
-
endPageHeader
void endPageHeader() throws IFExceptionIndicates the end of the page header.- Throws:
IFException- if an error occurs while handling this event
-
startPageContent
IFPainter startPageContent() throws IFException
Indicates the start of the page content. The method returns anIFPainterinterface which is used to paint the page contents.- Returns:
- the IFPainter for the page content
- Throws:
IFException- if an error occurs while handling this event
-
endPageContent
void endPageContent() throws IFExceptionIndicates the end of the page content. Calls to theIFPainterreturned by the respectivestartPageContent()method are illegal.- Throws:
IFException- if an error occurs while handling this event
-
startPageTrailer
void startPageTrailer() throws IFExceptionIndicates the start of the page trailer. The page trailer is used for writing down page elements which are only know after handling the page itself (like PDF targets).- Throws:
IFException- if an error occurs while handling this event
-
endPageTrailer
void endPageTrailer() throws IFExceptionIndicates the end of the page trailer.- Throws:
IFException- if an error occurs while handling this event
-
handleExtensionObject
void handleExtensionObject(java.lang.Object extension) throws IFExceptionHandles an extension object. This can be a DOM document or any arbitrary object. If an implementation doesn't know how to handle a particular extension it is simply ignored.- Parameters:
extension- the extension object- Throws:
IFException- if an error occurs while handling this event
-
-