org.jfree.layouting.renderer.model.table
public class TableRowInfoStructure extends Object implements Cloneable
Constructor Summary | |
---|---|
TableRowInfoStructure() |
Method Summary | |
---|---|
void | addCell(TableCell cell) |
Object | clone() |
TableCell | getCellAt(int col) |
int | getCellCount() |
int | getRowNumber() |
boolean | isValidationDone() |
void | replaceCell(int pos, RemovedCell cell) |
void | setRowNumber(int rowNumber) |
void | setValidationDone(boolean validationDone) |