Class TableRowInfoStructure
- java.lang.Object
-
- org.jfree.layouting.renderer.model.table.TableRowInfoStructure
-
- All Implemented Interfaces:
java.lang.Cloneable
public class TableRowInfoStructure extends java.lang.Object implements java.lang.CloneableCreation-Date: 10.09.2006, 20:01:18- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description TableRowInfoStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCell(TableCell cell)java.lang.Objectclone()TableCellgetCellAt(int col)intgetCellCount()intgetRowNumber()booleanisValidationDone()voidreplaceCell(int pos, RemovedCell cell)voidsetRowNumber(int rowNumber)voidsetValidationDone(boolean validationDone)
-
-
-
Method Detail
-
addCell
public void addCell(TableCell cell)
-
getCellCount
public int getCellCount()
-
getCellAt
public TableCell getCellAt(int col)
-
isValidationDone
public boolean isValidationDone()
-
setValidationDone
public void setValidationDone(boolean validationDone)
-
getRowNumber
public int getRowNumber()
-
setRowNumber
public void setRowNumber(int rowNumber)
-
replaceCell
public void replaceCell(int pos, RemovedCell cell)
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException- Overrides:
clonein classjava.lang.Object- Throws:
java.lang.CloneNotSupportedException
-
-