to.etc.domui.component.dynaima
Class PieCharter

java.lang.Object
  extended by to.etc.domui.component.dynaima.PieCharter
All Implemented Interfaces:
ICharterHelper

public class PieCharter
extends java.lang.Object
implements ICharterHelper

Helper class to initialize a Pie chart.

Author:
Frits Jalvingh Created on Oct 2, 2008

Constructor Summary
protected PieCharter(JGraphChartSource source, java.lang.String label, int width, int height)
           
 
Method Summary
 void addPoint(java.awt.Paint pnt, java.lang.String label, double value)
           
 void finish()
          Called to actually create the generated thingy.
 org.jCharts.properties.PieChart2DProperties getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PieCharter

protected PieCharter(JGraphChartSource source,
                     java.lang.String label,
                     int width,
                     int height)
Method Detail

getProperties

public org.jCharts.properties.PieChart2DProperties getProperties()

addPoint

public void addPoint(java.awt.Paint pnt,
                     java.lang.String label,
                     double value)

finish

public void finish()
            throws java.lang.Exception
Called to actually create the generated thingy.

Specified by:
finish in interface ICharterHelper
Throws:
java.lang.Exception
See Also:
ICharterHelper.finish()