org.romaframework.module.chart.jfreechart.charttypes
Class MultiplePieChart3DTypeRenderer

java.lang.Object
  extended by org.romaframework.module.chart.jfreechart.charttypes.MultiplePieChart3DTypeRenderer
All Implemented Interfaces:
ChartTypeRenderer

public class MultiplePieChart3DTypeRenderer
extends java.lang.Object
implements ChartTypeRenderer

provides the logic to represent a dataset as a 3D pie chart

Author:
Luigi Dell'Aquila

Constructor Summary
MultiplePieChart3DTypeRenderer()
           
 
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

MultiplePieChart3DTypeRenderer

public MultiplePieChart3DTypeRenderer()
Method Detail

render

public void render(org.jfree.data.general.Dataset dataset,
                   RenderOptions options,
                   java.io.OutputStream outputStream)
Description copied from interface: ChartTypeRenderer
this method must read a dataset and the options and write the resulting image on the output stream

Specified by:
render in interface ChartTypeRenderer
Parameters:
dataset - the data set to be represented
options - 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