|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.report.targets.table.csv.CSVCellDataFactory
Creates a TableCellData
object from the given Element
and the element's bounds.
The factory handles text elements and ignores all other elements.
Constructor Summary | |
CSVCellDataFactory()
|
Method Summary | |
TableCellData |
createCellData(Element e,
java.awt.geom.Rectangle2D rect)
Creates the TableCellData for the given Element . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CSVCellDataFactory()
Method Detail |
public TableCellData createCellData(Element e, java.awt.geom.Rectangle2D rect)
TableCellData
for the given Element
. The CellData is created,
when the element value is a string and not null
.
If the tablemodel does not support the element type, null
is returned.
createCellData
in interface TableCellDataFactory
e
- the element that should be converted into TableCellData
.rect
- the element's bounds within the table. The bounds are specified
in points.
TableCellData
object, or null
if the element type
is not supported.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |