org.jfree.layouting.renderer.model.table

Class TableRowInfoStructure

public class TableRowInfoStructure extends Object implements Cloneable

Creation-Date: 10.09.2006, 20:01:18

Author: Thomas Morgner

Constructor Summary
TableRowInfoStructure()
Method Summary
voidaddCell(TableCell cell)
Objectclone()
TableCellgetCellAt(int col)
intgetCellCount()
intgetRowNumber()
booleanisValidationDone()
voidreplaceCell(int pos, RemovedCell cell)
voidsetRowNumber(int rowNumber)
voidsetValidationDone(boolean validationDone)

Constructor Detail

TableRowInfoStructure

public TableRowInfoStructure()

Method Detail

addCell

public void addCell(TableCell cell)

clone

public Object clone()

getCellAt

public TableCell getCellAt(int col)

getCellCount

public int getCellCount()

getRowNumber

public int getRowNumber()

isValidationDone

public boolean isValidationDone()

replaceCell

public void replaceCell(int pos, RemovedCell cell)

setRowNumber

public void setRowNumber(int rowNumber)

setValidationDone

public void setValidationDone(boolean validationDone)