net.sf.jzeno.reporting.pdf
Class PdfSelectableTablePeer

java.lang.Object
  extended by net.sf.jzeno.reporting.pdf.PdfSelectableTablePeer
All Implemented Interfaces:
PdfPeer

public class PdfSelectableTablePeer
extends java.lang.Object
implements PdfPeer

Rendering of a SelectableTable to PDF


Constructor Summary
PdfSelectableTablePeer()
           
 
Method Summary
 com.lowagie.text.Element render(Component component, PdfRenderContext renderContext)
           
 void renderColumnWidths(SelectableTable selectableTable, com.lowagie.text.pdf.PdfPTable table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfSelectableTablePeer

public PdfSelectableTablePeer()
Method Detail

render

public com.lowagie.text.Element render(Component component,
                                       PdfRenderContext renderContext)
                                throws com.lowagie.text.DocumentException
Specified by:
render in interface PdfPeer
Throws:
com.lowagie.text.DocumentException

renderColumnWidths

public void renderColumnWidths(SelectableTable selectableTable,
                               com.lowagie.text.pdf.PdfPTable table)
                        throws com.lowagie.text.DocumentException
Throws:
com.lowagie.text.DocumentException