|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.jfree.workbook.Cell
|
+--org.jfree.workbook.FormulaCell
A cell that contains a formula.
| Field Summary |
| Fields inherited from class org.jfree.workbook.Cell |
column, content, row, type, valueFormat |
| Fields inherited from interface org.jfree.workbook.CellConstants |
DATE_TYPE, EXPRESSION_TYPE, LABEL_TYPE, VALUE_TYPE |
| Constructor Summary | |
FormulaCell(java.lang.String formula,
int row,
int column)
Standard constructor. |
|
| Methods inherited from class org.jfree.workbook.Cell |
compareTo, getColumn, getContent, getRow, getSerialNumber, getType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FormulaCell(java.lang.String formula,
int row,
int column)
formula - The formula.column - The column.row - The row.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||