| java.lang.Object org.krysalis.jcharts.Chart org.krysalis.jcharts.nonAxisChart.PieChart2D
PieChart2D | public class PieChart2D extends Chart implements HTMLChartTestable(Code) | | author: Nathaniel Auvil version: $Id: PieChart2D.java,v 1.7 2003/05/31 18:17:32 nathaniel_auvil Exp $ |
Method Summary | |
static void | render(PieChart2D pieChart2D) Implement the method to render the Chart. | protected void | renderChart() | public void | toHTML(HTMLGenerator htmlGenerator, String imageFileName) Enables the testing routines to display the contents of this Object. |
PieChart2D | public PieChart2D(IPieChartDataSet iPieChartDataSet, LegendProperties legendProperties, ChartProperties chartProperties, int pixelWidth, int pixelHeight)(Code) | | Constructor
Parameters: iPieChartDataSet - Parameters: legendProperties - Parameters: chartProperties - general chart properties Parameters: pixelWidth - Parameters: pixelHeight - |
render | static void render(PieChart2D pieChart2D)(Code) | | Implement the method to render the Chart.
Parameters: pieChart2D - |
renderChart | protected void renderChart()(Code) | | Draws the chart
|
toHTML | public void toHTML(HTMLGenerator htmlGenerator, String imageFileName)(Code) | | Enables the testing routines to display the contents of this Object. Override Chart
implementation as PieCharts use AreaProperties directly rather than a child.
Parameters: htmlGenerator - Parameters: imageFileName - |
|
|