to.etc.domui.component.dynaima
Class PieCharter
java.lang.Object
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
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 |
PieCharter
protected PieCharter(JGraphChartSource source,
java.lang.String label,
int width,
int height)
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()