org.jfree.layouting.renderer.model.table
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.Cloneable
Creation-Date: 10.09.2006, 20:01:18
- Author:
- Thomas Morgner
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableRowInfoStructure
public TableRowInfoStructure()
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:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException