com.lowagie.text.pdf
Class PdfPRow

java.lang.Object
  extended bycom.lowagie.text.pdf.PdfPRow

public class PdfPRow
extends Object

A row in a PdfPTable.

Author:
Paulo Soares (psoares@consiste.pt)

Field Summary
protected  boolean calculated
           
protected  PdfPCell[] cells
           
protected  float maxHeight
           
protected  float[] widths
           
 
Constructor Summary
PdfPRow(PdfPCell[] cells)
           
PdfPRow(PdfPRow row)
           
 
Method Summary
 float calculateHeights()
           
(package private)  float[] getEventWidth(float xPos)
           
 float getMaxHeights()
           
 boolean isCalculated()
           
 void setMaxHeights(float maxHeight)
           
 boolean setWidths(float[] widths)
           
 void writeBorderAndBackgroung(float xPos, float yPos, PdfPCell cell, PdfContentByte[] canvases)
           
 void writeCells(int colStart, int colEnd, float xPos, float yPos, PdfContentByte[] canvases)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cells

protected PdfPCell[] cells

widths

protected float[] widths

maxHeight

protected float maxHeight

calculated

protected boolean calculated
Constructor Detail

PdfPRow

public PdfPRow(PdfPCell[] cells)

PdfPRow

public PdfPRow(PdfPRow row)
Method Detail

setWidths

public boolean setWidths(float[] widths)

calculateHeights

public float calculateHeights()

writeBorderAndBackgroung

public void writeBorderAndBackgroung(float xPos,
                                     float yPos,
                                     PdfPCell cell,
                                     PdfContentByte[] canvases)

writeCells

public void writeCells(int colStart,
                       int colEnd,
                       float xPos,
                       float yPos,
                       PdfContentByte[] canvases)

isCalculated

public boolean isCalculated()

getMaxHeights

public float getMaxHeights()

setMaxHeights

public void setMaxHeights(float maxHeight)

getEventWidth

float[] getEventWidth(float xPos)