org.bootchart.renderer
Class SVGRenderer

java.lang.Object
  extended byorg.bootchart.renderer.Renderer
      extended byorg.bootchart.renderer.SVGRenderer

public class SVGRenderer
extends Renderer

PNGRenderer renders the boot chart as a PNG image.


Constructor Summary
SVGRenderer()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGRenderer

public SVGRenderer()
Method Detail

render

public void render(java.util.Properties headers,
                   BootStats bootStats,
                   java.io.OutputStream os)
            throws java.io.IOException
Render the chart.

Specified by:
render in class Renderer
Parameters:
headers - header properties to include in the title banner
bootStats - boot statistics
os - the output stream to write t
Throws:
java.io.IOException - if an I/O error occurs

getFileSuffix

public java.lang.String getFileSuffix()
Description copied from class: Renderer
Returns the file suffix to use for the rendered image.

Specified by:
getFileSuffix in class Renderer
Returns:
file suffix