|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChartTypeRenderer
this is the base interface to implement a chart representation type
| Method Summary | |
|---|---|
void |
render(org.jfree.data.general.Dataset dataset,
RenderOptions options,
java.io.OutputStream outputStream)
this method must read a dataset and the options and write the resulting image on the output stream |
| Method Detail |
|---|
void render(org.jfree.data.general.Dataset dataset,
RenderOptions options,
java.io.OutputStream outputStream)
dataset - the data set to be representedoptions - the options about how to represent the graph (width/height, orientation, labels etc.)outputStream - the stream where this method has to write the chart image
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||