org.jboss.dtf.testframework.dtfweb.reportgen
Class PieChart

java.lang.Object
  extended by org.jboss.dtf.testframework.dtfweb.reportgen.PieChart

public class PieChart
extends java.lang.Object


Constructor Summary
PieChart()
           
 
Method Summary
static java.awt.image.BufferedImage getImage(int width, int height, int[] values, java.awt.Color[] colors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PieChart

public PieChart()
Method Detail

getImage

public static java.awt.image.BufferedImage getImage(int width,
                                                    int height,
                                                    int[] values,
                                                    java.awt.Color[] colors)