org.openinvoice.ubl4j.text.pdf
Class PDFInvoiceRenderer

java.lang.Object
  extended by org.openinvoice.ubl4j.text.pdf.PDFInvoiceRenderer
All Implemented Interfaces:
InvoiceRenderer

public class PDFInvoiceRenderer
extends Object
implements InvoiceRenderer

Since:
\$Date: 2011/07/30 22:20:09 $
Version:
\$Revision: d86e75fb9d28 $
Author:
\$Author: javad $

Constructor Summary
PDFInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType)
           
 
Method Summary
 OutputFormat getOutputFormat()
           
 com.plainsource.commons.text.template.Template getTemplate()
           
 void render(OutputStream documentOutputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFInvoiceRenderer

public PDFInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType)
Method Detail

getOutputFormat

public OutputFormat getOutputFormat()
Specified by:
getOutputFormat in interface InvoiceRenderer

getTemplate

public com.plainsource.commons.text.template.Template getTemplate()
Specified by:
getTemplate in interface InvoiceRenderer

render

public void render(OutputStream documentOutputStream)
            throws FailedToRenderException
Specified by:
render in interface InvoiceRenderer
Throws:
FailedToRenderException


Copyright © 2011-2012 Plain Source. All Rights Reserved.