org.jfree.layouting.renderer.model.table
Class TableRowInfoStructure
java.lang.Object
org.jfree.layouting.renderer.model.table.TableRowInfoStructure
- Cloneable
public class TableRowInfoStructure
extends java.lang.Object
implements Cloneable
Creation-Date: 10.09.2006, 20:01:18
TableRowInfoStructure
public TableRowInfoStructure()
clone
public Object clone()
throws CloneNotSupportedException
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)