net.sf.jzeno.reporting.pdf
Class PdfDynaGridPeer
java.lang.Object
net.sf.jzeno.reporting.pdf.PdfDynaGridPeer
- All Implemented Interfaces:
- PdfPeer
public class PdfDynaGridPeer
- extends java.lang.Object
- implements PdfPeer
Method Summary |
com.lowagie.text.Element |
render(Component component,
PdfRenderContext renderContext)
|
protected void |
renderBackgroundColor(Color defaultCellBackground,
Color cellBackground,
com.lowagie.text.pdf.PdfPCell pdfPCell)
|
protected void |
renderBorder(int defaultBorderSize,
Color defaultBorderColor,
com.lowagie.text.pdf.PdfPCell pdfPCell)
|
protected void |
renderHorizontalAlignment(int horizontalAlignment,
com.lowagie.text.pdf.PdfPCell pdfPCell,
com.lowagie.text.Paragraph childParaghrap)
|
protected void |
renderHorizontalAlignment(int horizontalAlignment,
com.lowagie.text.pdf.PdfPCell pdfPCell,
com.lowagie.text.pdf.PdfPTable childTable)
|
protected void |
renderInsets(Insets insets,
com.lowagie.text.pdf.PdfPCell pdfPCell)
|
protected void |
renderMargins(DynaGrid grid,
com.lowagie.text.pdf.PdfPCell pdfPCell)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PdfDynaGridPeer
public PdfDynaGridPeer()
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
renderHorizontalAlignment
protected void renderHorizontalAlignment(int horizontalAlignment,
com.lowagie.text.pdf.PdfPCell pdfPCell,
com.lowagie.text.Paragraph childParaghrap)
renderHorizontalAlignment
protected void renderHorizontalAlignment(int horizontalAlignment,
com.lowagie.text.pdf.PdfPCell pdfPCell,
com.lowagie.text.pdf.PdfPTable childTable)
renderMargins
protected void renderMargins(DynaGrid grid,
com.lowagie.text.pdf.PdfPCell pdfPCell)
renderInsets
protected void renderInsets(Insets insets,
com.lowagie.text.pdf.PdfPCell pdfPCell)
renderBackgroundColor
protected void renderBackgroundColor(Color defaultCellBackground,
Color cellBackground,
com.lowagie.text.pdf.PdfPCell pdfPCell)
renderBorder
protected void renderBorder(int defaultBorderSize,
Color defaultBorderColor,
com.lowagie.text.pdf.PdfPCell pdfPCell)