|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.romaframework.module.chart.jfreechart.charttypes.StackedAreaChartTypeRenderer
public class StackedAreaChartTypeRenderer
provides the logic to represent a dataset as a stacked area chart
| Constructor Summary | |
|---|---|
StackedAreaChartTypeRenderer()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StackedAreaChartTypeRenderer()
| Method Detail |
|---|
public void render(org.jfree.data.general.Dataset dataset,
RenderOptions options,
java.io.OutputStream outputStream)
ChartTypeRenderer
render in interface ChartTypeRendererdataset - 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 | |||||||||