public abstract class Renderer
extends java.lang.Object
Constructor and Description |
---|
Renderer() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getFileSuffix()
Returns the file suffix to use for the rendered image.
|
abstract void |
render(java.util.Properties headers,
BootStats bootStats,
java.io.OutputStream os)
Render the chart and output to an output stream.
|
public abstract void render(java.util.Properties headers, BootStats bootStats, java.io.OutputStream os) throws java.io.IOException
headers
- header properties to include in the title bannerbootStats
- boot statisticsos
- the output stream to write tojava.io.IOException
- if an I/O error occurspublic abstract java.lang.String getFileSuffix()