|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jfree.workbook.Cells
Represents the cells in a worksheet.
Field Summary | |
protected java.util.List |
rows
A list of the rows of cells. |
Constructor Summary | |
Cells()
Default constructor. |
Method Summary | |
void |
add(Cell cell)
Adds the specified cell to the collection of cells (if the cell already exists it is replaced). |
java.util.Iterator |
getRowsIterator()
Returns an iterator that provides access to the rows. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.List rows
Constructor Detail |
public Cells()
Method Detail |
public void add(Cell cell)
cell
- The cell to add.public java.util.Iterator getRowsIterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |