|
||||||||||
| 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.html.HtmlCellData
The baseclass for all HTML-Content cells. The cell has a HtmlCellStyle assigned and carries a flag to indicate whether to create XHTML output.
| Constructor Summary | |
HtmlCellData(java.awt.geom.Rectangle2D outerBounds,
HtmlCellStyle style,
boolean useXHTML)
Creates a new HtmlCellData-object. |
|
| Method Summary | |
HtmlCellStyle |
getStyle()
Gets the assigned cell style. |
boolean |
isUseXHTML()
Gets the XHTML-generator flag. |
abstract void |
write(java.io.PrintWriter pout,
HtmlFilesystem filesystem)
Writes the content of this cell into the print writer. |
| Methods inherited from class com.jrefinery.report.targets.table.TableCellData |
getBounds, isBackground |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HtmlCellData(java.awt.geom.Rectangle2D outerBounds,
HtmlCellStyle style,
boolean useXHTML)
outerBounds - the cell bounds.style - the assigned cell style for this data cell.useXHTML - a flag indicating whether to generate XHTML.| Method Detail |
public abstract void write(java.io.PrintWriter pout,
HtmlFilesystem filesystem)
pout - the printwriter receiving the generated content.filesystem - the filesystem used to create the external content.public HtmlCellStyle getStyle()
public boolean isUseXHTML()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||