|
||||||||||
| 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.csv.CSVCellData
The CSV extension of the TableCellData base class. The cell data implementation contains
the string value of the element value.
| Constructor Summary | |
CSVCellData(java.lang.String value,
java.awt.geom.Rectangle2D outerBounds)
Creates a new CSVCellData object. |
|
| Method Summary | |
java.lang.String |
getValue()
Gets the value stored in this CSVCellData-object. |
boolean |
isBackground()
Returns always false, as this is a data cell. |
| 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, toString, wait, wait, wait |
| Constructor Detail |
public CSVCellData(java.lang.String value,
java.awt.geom.Rectangle2D outerBounds)
CSVCellData object.
value - the value of the cell (null not permitted).outerBounds - the element bounds.| Method Detail |
public java.lang.String getValue()
public boolean isBackground()
false, as this is a data cell.
isBackground in class TableCellDatafalse, as this is no background cell.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||