org.bootchart.renderer
クラス Renderer

java.lang.Object
  上位を拡張 org.bootchart.renderer.Renderer
直系の既知のサブクラス:
ImageRenderer, SVGRenderer

public abstract class Renderer
extends Object

Renderable is a common interface for different boot chart renderers.


コンストラクタの概要
Renderer()
           
 
メソッドの概要
abstract  String getFileSuffix()
          Returns the file suffix to use for the rendered image.
abstract  void render(Properties headers, BootStats bootStats, OutputStream os)
          Render the chart and output to an output stream.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Renderer

public Renderer()
メソッドの詳細

render

public abstract void render(Properties headers,
                            BootStats bootStats,
                            OutputStream os)
                     throws IOException
Render the chart and output to an output stream.

パラメータ:
headers - header properties to include in the title banner
bootStats - boot statistics
os - the output stream to write to
例外:
IOException - if an I/O error occurs

getFileSuffix

public abstract String getFileSuffix()
Returns the file suffix to use for the rendered image.

戻り値:
file suffix