|
||||||||||
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.rtf.RTFCellData
com.jrefinery.report.targets.table.rtf.RTFImageCellData
A wrapper for Image content within the generated RTFTable.
Constructor Summary | |
RTFImageCellData(java.awt.geom.Rectangle2D outerBounds,
ImageReference image,
RTFCellStyle style)
Creates a new ImageCell for the given bounds and image. |
Method Summary | |
com.lowagie.text.Cell |
getCell()
Creates a iText TableCell with image content in it. |
boolean |
isBackground()
Gets a flag, which indicates whether this cell contains background definitions. |
Methods inherited from class com.jrefinery.report.targets.table.rtf.RTFCellData |
getStyle |
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 RTFImageCellData(java.awt.geom.Rectangle2D outerBounds, ImageReference image, RTFCellStyle style)
outerBounds
- the cell bounds.image
- the image content.style
- the assigned cell style.Method Detail |
public com.lowagie.text.Cell getCell() throws com.lowagie.text.DocumentException
getCell
in class RTFCellData
com.lowagie.text.DocumentException
- if the cell could not be created.public boolean isBackground()
isBackground
in class TableCellData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |