org.bootchart.renderer

Class SVGRenderer

public class SVGRenderer extends Renderer

PNGRenderer renders the boot chart as a PNG image.
Method Summary
StringgetFileSuffix()
voidrender(Properties headers, BootStats bootStats, OutputStream os)
Render the chart.

Method Detail

getFileSuffix

public String getFileSuffix()

render

public void render(Properties headers, BootStats bootStats, OutputStream os)
Render the chart.

Parameters: headers header properties to include in the title banner bootStats boot statistics os the output stream to write t

Throws: IOException if an I/O error occurs