Package org.knowm.xchart
Class PieChart
public class PieChart extends org.knowm.xchart.internal.chartpart.Chart<PieStyler,PieSeries>
- Author:
- timmolter
-
Field Summary
Fields inherited from class org.knowm.xchart.internal.chartpart.Chart
annotations, axisPair, chartTitle, legend, plot, seriesMap, styler -
Constructor Summary
Constructors Constructor Description PieChart(int width, int height)Constructor - the default Chart Theme will be used (XChartTheme)PieChart(int width, int height, Styler.ChartTheme chartTheme)ConstructorPieChart(int width, int height, Theme theme)ConstructorPieChart(PieChartBuilder chartBuilder)Constructor -
Method Summary
Modifier and Type Method Description PieSeriesaddSeries(String seriesName, Number value)Add a series for a Pie type chartvoidpaint(Graphics2D g, int width, int height)PieSeriesupdatePieSeries(String seriesName, Number value)Update a series by updating the pie slide valueMethods inherited from class org.knowm.xchart.internal.chartpart.Chart
addAnnotation, getHeight, getSeriesMap, getStyler, getTitle, getWidth, getXAxisTitle, getYAxisGroupTitle, getYAxisLeftWidth, getYAxisTitle, paintBackground, removeSeries, setCustomXAxisTickLabelsFormatter, setCustomYAxisTickLabelsFormatter, setHeight, setTitle, setWidth, setXAxisTitle, setYAxisGroupTitle, setYAxisTitle
-
Constructor Details
-
PieChart
public PieChart(int width, int height)Constructor - the default Chart Theme will be used (XChartTheme)- Parameters:
width-height-
-
PieChart
Constructor- Parameters:
width-height-theme- - pass in a instance of Theme class, probably a custom Theme.
-
PieChart
Constructor- Parameters:
width-height-chartTheme- - pass in the desired ChartTheme enum
-
PieChart
Constructor- Parameters:
chartBuilder-
-
-
Method Details