Uses of Class
org.knowm.xchart.style.PieStyler
| Package | Description |
|---|---|
| org.knowm.xchart.style |
-
Uses of PieStyler in org.knowm.xchart.style
Methods in org.knowm.xchart.style that return PieStyler Modifier and Type Method Description PieStylerPieStyler. setCircular(boolean isCircular)Sets whether or not the pie chart is forced to be circular.PieStylerPieStyler. setClockwiseDirectionType(PieStyler.ClockwiseDirectionType clockwiseDirectionType)PieStylerPieStyler. setDefaultSeriesRenderStyle(PieSeries.PieSeriesRenderStyle chartPieSeriesRenderStyle)Sets the default series render style for the chart (line, scatter, area, etc.) You can override the series render style individually on each Series object.PieStylerPieStyler. setDonutThickness(double donutThickness)Sets the thickness of the donut ring for donut style pie chart series.PieStylerPieStyler. setForceAllLabelsVisible(boolean forceAllLabelsVisible)By default, only the labels that will "fit", as determined algorithmically, will be drawn.PieStylerPieStyler. setLabelsFont(Font labelsFont)Sets the Font used for chart annotationsPieStylerPieStyler. setLabelsFontColor(Color labelsFontColor)Sets the color of the Font used for chart annotationsPieStylerPieStyler. setLabelsFontColorAutomaticDark(Color labelsFontColorAutomaticDark)PieStylerPieStyler. setLabelsFontColorAutomaticEnabled(boolean isLabelsFontColorAutomaticEnabled)PieStylerPieStyler. setLabelsFontColorAutomaticLight(Color labelsFontColorAutomaticLight)PieStylerPieStyler. setLabelsVisible(boolean labelsVisible)Sets if annotations should be added to charts.PieStylerPieStyler. setLabelType(PieStyler.LabelType labelType)Sets the Pie chart's annotation typePieStylerPieStyler. setSliceBorderWidth(double sliceBorderWidth)PieStylerPieStyler. setStartAngleInDegrees(double startAngleInDegrees)Sets the start angle in degrees.PieStylerPieStyler. setSumFont(Font sumFont)Sets the font for the sum.PieStylerPieStyler. setSumFontSize(float sumFontSize)Sets the font size for the sum.PieStylerPieStyler. setSumFormat(String sumFormat)Set the Format to be applied to the sum, the default is just to display the sum as a number using the PieStyler DecimalFormat.PieStylerPieStyler. setSumVisible(boolean isSumVisible)Sets whether or not the sum is visible in the centre of the pie chart.PieStylerPieStyler. setTheme(Theme theme)Set the theme the styler should use