|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChartRenderer
this interface represents the ability of an object to be rendered as a chart
| Method Summary | |
|---|---|
void |
clear()
cleans the data set |
RenderOptions |
getOptions()
|
java.lang.String[] |
getSupportedChartTypes()
returns the supported chart types as strings |
void |
render(java.io.OutputStream outputStream)
renders the chart on an output stream |
void |
render(RenderOptions options,
java.io.OutputStream outputStream)
renders the chart on an output stream |
void |
setOptions(RenderOptions options)
|
| Method Detail |
|---|
void render(RenderOptions options,
java.io.OutputStream outputStream)
throws java.io.IOException
options - the options for chart renderingoutputStream - the output stream where this method has to write the chart
java.io.IOException
void render(java.io.OutputStream outputStream)
throws java.io.IOException
outputStream - the output stream where this method has to write the chart
java.io.IOExceptionvoid clear()
java.lang.String[] getSupportedChartTypes()
void setOptions(RenderOptions options)
RenderOptions getOptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||