org.jfree.layouting.modules.output.pdf

Class PdfDocumentWriter

public class PdfDocumentWriter extends Object

Creation-Date: 02.12.2006, 17:49:47

Author: Thomas Morgner

Constructor Summary
PdfDocumentWriter(Configuration config, OutputStream out, PdfOutputProcessorMetaData metaData)
Method Summary
voidclose()
Closes the document.
DocumentgetDocument()
voidopen()
protected voidprocessLogicalPage(LogicalPageKey key, LogicalPageBox logicalPage)
protected voidprocessPhysicalPage(PageGrid pageGrid, LogicalPageBox logicalPage, int row, int col, PhysicalPageKey pageKey)
MetaData can be set when the writer is registered to the document.
voidsetDocument(Document document)

Constructor Detail

PdfDocumentWriter

public PdfDocumentWriter(Configuration config, OutputStream out, PdfOutputProcessorMetaData metaData)

Method Detail

close

public void close()
Closes the document.

getDocument

public Document getDocument()

open

public void open()

processLogicalPage

protected void processLogicalPage(LogicalPageKey key, LogicalPageBox logicalPage)

processPhysicalPage

protected void processPhysicalPage(PageGrid pageGrid, LogicalPageBox logicalPage, int row, int col, PhysicalPageKey pageKey)
MetaData can be set when the writer is registered to the document.

setDocument

public void setDocument(Document document)