| java.lang.Object org.krysalis.jcharts.Chart org.krysalis.jcharts.nonAxisChart.PieChart3D
PieChart3D | public class PieChart3D extends Chart implements HTMLChartTestable(Code) | | PieChart3D was originally in jCharts 0.2.0 but mysteriously left until 1.0.0
author: Nathaniel Auvil version: $Id: PieChart3D.java,v 1.9 2003/09/03 02:39:09 nathaniel_auvil Exp $ since: 1.0.0 |
Method Summary | |
static void | render(PieChart3D pieChart3D) 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. |
PieChart3D | public PieChart3D(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(PieChart3D pieChart3D)(Code) | | Implement the method to render the Chart.
Parameters: pieChart3D - |
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 - |
|
|