|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bootchart.renderer.Renderer
Renderable is a common interface for different boot chart renderers.
Constructor Summary | |
Renderer()
|
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Renderer()
Method Detail |
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 to
java.io.IOException
- if an I/O error occurspublic abstract java.lang.String getFileSuffix()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |