TRowObject - The row datapublic static interface AbstractReportBuilder.CellValueRenderer<TRowObject>
| Modifier and Type | Method and Description |
|---|---|
float |
getHeight()
Provides the cell's height.
|
void |
render(TRowObject t,
AbstractReportBuilder.ColumnInfo<TRowObject> column,
AbstractReportBuilder.IPageCanvas canvas)
Draws the table cell for the given data row and column.
|
void render(TRowObject t, AbstractReportBuilder.ColumnInfo<TRowObject> column, AbstractReportBuilder.IPageCanvas canvas) throws java.io.IOException
t - The data rowcolumn - The column infocanvas - The canvasjava.io.IOException - The IO exception if there is a failed output operationfloat getHeight()