|
||||||||
| 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.DateCell
A worksheet cell that contains a date.
| Fields inherited from class com.jrefinery.workbook.Cell |
column, content, DATE, EXPRESSION, LABEL, row, VALUE, valueFormat, valueType |
| Constructor Summary | |
DateCell(int column,
int row,
com.jrefinery.workbook.SerialDate date)
Standard constructor. |
|
| Method Summary | |
void |
writeCell(java.io.PrintStream out,
java.lang.String indent)
Write the cell element. |
| Methods inherited from class com.jrefinery.workbook.Cell |
compareTo, getSerialNumber, writeContent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DateCell(int column,
int row,
com.jrefinery.workbook.SerialDate date)
column - The column.row - The row.date - The date.| Method Detail |
public void writeCell(java.io.PrintStream out,
java.lang.String indent)
writeCell in class Cellout - The output stream.indent - The indentation.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||