com.lowagie.text.html.simpleparser
Class IncTable

java.lang.Object
  extended by com.lowagie.text.html.simpleparser.IncTable

public class IncTable
extends java.lang.Object

Author:
psoares

Field Summary
 java.util.ArrayList cols
           
 java.util.HashMap props
           
 java.util.ArrayList rows
           
 
Constructor Summary
IncTable(java.util.HashMap props)
          Creates a new instance of IncTable
 
Method Summary
 void addCol(PdfPCell cell)
           
 void addCols(java.util.ArrayList ncols)
           
 PdfPTable buildTable()
           
 void endRow()
           
 java.util.ArrayList getRows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

props

public java.util.HashMap props

rows

public java.util.ArrayList rows

cols

public java.util.ArrayList cols
Constructor Detail

IncTable

public IncTable(java.util.HashMap props)
Creates a new instance of IncTable

Method Detail

addCol

public void addCol(PdfPCell cell)

addCols

public void addCols(java.util.ArrayList ncols)

endRow

public void endRow()

getRows

public java.util.ArrayList getRows()

buildTable

public PdfPTable buildTable()