Uses of Interface
org.openinvoice.ubl4j.text.InvoiceRenderer

Packages that use InvoiceRenderer
org.openinvoice.ubl4j.text Provides classes and interfaces for rendering InvoiceType elements to various output format including TeX, PDF and HTML
org.openinvoice.ubl4j.text.html Provides classes to render InvoiceType to HTML format. 
org.openinvoice.ubl4j.text.pdf Provides classes to render InvoiceType to PDF format using iText
org.openinvoice.ubl4j.text.tex Provides classes to render InvoiceType to TeX format. 
 

Uses of InvoiceRenderer in org.openinvoice.ubl4j.text
 

Classes in org.openinvoice.ubl4j.text that implement InvoiceRenderer
 class DefaultInvoiceRenderer
           
 

Methods in org.openinvoice.ubl4j.text that return InvoiceRenderer
 InvoiceRenderer InvoiceRendererFactory.createInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, com.plainsource.commons.text.template.Template template)
           
 InvoiceRenderer InvoiceRendererManager.getInvoiceRenderer()
           
 

Uses of InvoiceRenderer in org.openinvoice.ubl4j.text.html
 

Classes in org.openinvoice.ubl4j.text.html that implement InvoiceRenderer
 class HtmlInvoiceRenderer
           
 

Methods in org.openinvoice.ubl4j.text.html that return InvoiceRenderer
 InvoiceRenderer HtmlInvoiceRendererFactory.createInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, com.plainsource.commons.text.template.Template template)
           
 

Uses of InvoiceRenderer in org.openinvoice.ubl4j.text.pdf
 

Classes in org.openinvoice.ubl4j.text.pdf that implement InvoiceRenderer
 class PDFInvoiceRenderer
           
 

Methods in org.openinvoice.ubl4j.text.pdf that return InvoiceRenderer
 InvoiceRenderer PDFInvoiceRendererFactory.createInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, com.plainsource.commons.text.template.Template template)
           
 

Uses of InvoiceRenderer in org.openinvoice.ubl4j.text.tex
 

Classes in org.openinvoice.ubl4j.text.tex that implement InvoiceRenderer
 class TexInvoiceRenderer
           
 

Methods in org.openinvoice.ubl4j.text.tex that return InvoiceRenderer
 InvoiceRenderer TexInvoiceRendererFactory.createInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, com.plainsource.commons.text.template.Template template)
           
 



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