org.openinvoice.ubl4j.text.pdf.table.cell
Class PDFDecimalCell

java.lang.Object
  extended by org.openinvoice.ubl4j.text.pdf.table.cell.PDFCellWrapper
      extended by org.openinvoice.ubl4j.text.pdf.table.cell.PDFDecimalCell

public class PDFDecimalCell
extends PDFCellWrapper

As a table cell, it handles BigDecimal and CurrencyDecimal.

Since:
\$Date: 2012/05/19 19:36:24 $
Version:
\$Revision: 4b0ab6d6e082 $
Author:
\$Author: javad $

Constructor Summary
PDFDecimalCell(BigDecimal decimal)
           
PDFDecimalCell(BigDecimal decimal, PDFFontWrapper pdfFontWrapper)
           
PDFDecimalCell(com.plainsource.commons.text.CurrencyDecimal currencyDecimal)
           
PDFDecimalCell(com.plainsource.commons.text.CurrencyDecimal currencyDecimal, PDFFontWrapper pdfFontWrapper)
           
 
Method Summary
 
Methods inherited from class org.openinvoice.ubl4j.text.pdf.table.cell.PDFCellWrapper
getCell, setBorder, setBorderColor, setBorderWidth, setBorderWidthBottom, setBorderWidthLeft, setBorderWidthRight, setBorderWidthTop, setHorizontalAlignment, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFDecimalCell

public PDFDecimalCell(BigDecimal decimal,
                      PDFFontWrapper pdfFontWrapper)

PDFDecimalCell

public PDFDecimalCell(BigDecimal decimal)

PDFDecimalCell

public PDFDecimalCell(com.plainsource.commons.text.CurrencyDecimal currencyDecimal)

PDFDecimalCell

public PDFDecimalCell(com.plainsource.commons.text.CurrencyDecimal currencyDecimal,
                      PDFFontWrapper pdfFontWrapper)


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