|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jrefinery.report.targets.table.TableCellData
com.jrefinery.report.targets.table.excel.ExcelCellData
com.jrefinery.report.targets.table.excel.NumericExcelCellData
A excel cell that stores a number.
Constructor Summary | |
NumericExcelCellData(java.awt.geom.Rectangle2D elementBounds,
ExcelDataCellStyle style,
java.lang.Number value)
Creates a new NumericExcelCellData. |
Method Summary | |
void |
applyContent(org.apache.poi.hssf.usermodel.HSSFCell cell)
Applies the cells content and formats to the given HSSFCell. |
boolean |
isEmpty()
Tests, whether the cell is empty. |
Methods inherited from class com.jrefinery.report.targets.table.excel.ExcelCellData |
getExcelCellStyle, isBackground, toString |
Methods inherited from class com.jrefinery.report.targets.table.TableCellData |
getBounds |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NumericExcelCellData(java.awt.geom.Rectangle2D elementBounds, ExcelDataCellStyle style, java.lang.Number value)
elementBounds
- the bounds of the cell.style
- the cell style.value
- the number value.Method Detail |
public void applyContent(org.apache.poi.hssf.usermodel.HSSFCell cell)
applyContent
in class ExcelCellData
cell
- the cell, that should be formated.public boolean isEmpty()
isEmpty
in class ExcelCellData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |