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