Package org.jCharts.nonAxisChart
Class PieChart2D
java.lang.Object
org.jCharts.Chart
org.jCharts.nonAxisChart.PieChart2D
- All Implemented Interfaces:
Serializable,HTMLChartTestable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate floatprivate IPieChartDataSetprivate PieChartDataProcessorprivate floatprivate floatprivate TextTagGroup -
Constructor Summary
ConstructorsConstructorDescriptionPieChart2D(IPieChartDataSet iPieChartDataSet, LegendProperties legendProperties, ChartProperties chartProperties, int pixelWidth, int pixelHeight) Constructor -
Method Summary
Modifier and TypeMethodDescription(package private) static voidrender(PieChart2D pieChart2D) Implement the method to render the Chart.protected voidDraws the chartvoidtoHTML(HTMLGenerator htmlGenerator, String imageFileName) Enables the testing routines to display the contents of this Object.Methods inherited from class org.jCharts.Chart
getBufferedImage, getChartProperties, getGenerateImageMapFlag, getGraphics2D, getImageHeight, getImageMap, getImageWidth, getLegend, hasLegend, render, renderChartTitle, renderWithImageMap, setGraphics2D, setImageMap, toHTMLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jCharts.test.HTMLChartTestable
toHTML
-
Field Details
-
pieX
private float pieX -
pieY
private float pieY -
diameter
private float diameter -
iPieChartDataSet
-
pieChartDataProcessor
-
textTagGroup
-
-
Constructor Details
-
PieChart2D
public PieChart2D(IPieChartDataSet iPieChartDataSet, LegendProperties legendProperties, ChartProperties chartProperties, int pixelWidth, int pixelHeight) Constructor- Parameters:
iPieChartDataSet-legendProperties-chartProperties- general chart propertiespixelWidth-pixelHeight-
-
-
Method Details
-
renderChart
protected void renderChart()Draws the chart- Specified by:
renderChartin classChart
-
render
Implement the method to render the Chart.- Parameters:
pieChart2D-
-
toHTML
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-imageFileName-
-