T - The report data typepublic static interface AbstractReportBuilder.Renderer<T>
| Modifier and Type | Method and Description |
|---|---|
float |
getHeight()
Returns the height of the area on which this renderer makes its output.
|
AbstractReportBuilder.IPageCanvas |
render(T t,
AbstractReportBuilder.IPageCanvas canvas)
Renders the given report data.
|
AbstractReportBuilder.IPageCanvas render(T t, AbstractReportBuilder.IPageCanvas canvas) throws java.io.IOException
t - The report datacanvas - The report page canvasjava.io.IOException - Throws this exception if IO operation is failedfloat getHeight()