|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--com.jrefinery.workbook.Cell
|
+--com.jrefinery.workbook.LabelCell
A cell that contains a label.
| Fields inherited from class com.jrefinery.workbook.Cell |
column, content, DATE, EXPRESSION, LABEL, row, VALUE, valueFormat, valueType |
| Constructor Summary | |
LabelCell(java.lang.String label,
int column,
int row)
Standard constructor. |
|
| Methods inherited from class com.jrefinery.workbook.Cell |
compareTo, getSerialNumber, writeCell, writeContent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LabelCell(java.lang.String label,
int column,
int row)
label - The label.column - The column.row - The row.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||