org.codehaus.mojo.dashboard.report.plugin.chart
Class PieChart3DRenderer

java.lang.Object
  extended by org.codehaus.mojo.dashboard.report.plugin.chart.AbstractChartRenderer
      extended by org.codehaus.mojo.dashboard.report.plugin.chart.PieChart3DRenderer

public class PieChart3DRenderer
extends AbstractChartRenderer

Pie Chart 3D renderer. Refactoring by David Vicente

Author:
Sylvain Rivollet

Field Summary
 
Fields inherited from class org.codehaus.mojo.dashboard.report.plugin.chart.AbstractChartRenderer
datasetStrategy, report
 
Constructor Summary
PieChart3DRenderer(IChartStrategy strategy)
           
PieChart3DRenderer(IChartStrategy strategy, int width, int height)
           
 
Method Summary
protected  void createChart()
          create the chart with the IChartStrategy
 
Methods inherited from class org.codehaus.mojo.dashboard.report.plugin.chart.AbstractChartRenderer
createBufferedImage, getFileExtension, getMimeType, isEmpty, saveToFile, setHeight, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PieChart3DRenderer

public PieChart3DRenderer(IChartStrategy strategy)
Parameters:
dashboardReport -
strategy -

PieChart3DRenderer

public PieChart3DRenderer(IChartStrategy strategy,
                          int width,
                          int height)
Parameters:
dashboardReport -
strategy -
width -
height -
Method Detail

createChart

protected void createChart()
Description copied from class: AbstractChartRenderer
create the chart with the IChartStrategy

Specified by:
createChart in class AbstractChartRenderer


Copyright © 2006-2009 CodeHaus. All Rights Reserved.