Uses of Class
org.knowm.xchart.style.PieStyler
Packages that use PieStyler
-
Uses of PieStyler in org.knowm.xchart
Subclasses with type arguments of type PieStyler in org.knowm.xchart -
Uses of PieStyler in org.knowm.xchart.internal.chartpart
Classes in org.knowm.xchart.internal.chartpart with type parameters of type PieStylerModifier and TypeClassDescriptionclassclassPlotContent_Pie<ST extends PieStyler, S extends PieSeries>Fields in org.knowm.xchart.internal.chartpart declared as PieStyler -
Uses of PieStyler in org.knowm.xchart.style
Methods in org.knowm.xchart.style that return PieStylerModifier and TypeMethodDescriptionPieStyler.setCircular(boolean isCircular) Sets whether or not the pie chart is forced to be circular.PieStyler.setClockwiseDirectionType(PieStyler.ClockwiseDirectionType clockwiseDirectionType) PieStyler.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.PieStyler.setDonutThickness(double donutThickness) Sets the thickness of the donut ring for donut style pie chart series.PieStyler.setForceAllLabelsVisible(boolean forceAllLabelsVisible) By default, only the labels that will "fit", as determined algorithmically, will be drawn.PieStyler.setLabelsDistance(double labelsDistance) Sets the distance of the pie chart's annotation where 0 is the center, 1 is at the edge and greater than 1 is outside of the pie chart.PieStyler.setLabelsFont(Font labelsFont) Sets the Font used for chart annotationsPieStyler.setLabelsFontColor(Color labelsFontColor) Sets the color of the Font used for chart annotationsPieStyler.setLabelsFontColorAutomaticDark(Color labelsFontColorAutomaticDark) PieStyler.setLabelsFontColorAutomaticEnabled(boolean isLabelsFontColorAutomaticEnabled) PieStyler.setLabelsFontColorAutomaticLight(Color labelsFontColorAutomaticLight) PieStyler.setLabelsVisible(boolean labelsVisible) Sets if annotations should be added to charts.PieStyler.setLabelType(PieStyler.LabelType labelType) Sets the Pie chart's annotation typePieStyler.setSliceBorderWidth(double sliceBorderWidth) PieStyler.setStartAngleInDegrees(double startAngleInDegrees) Sets the start angle in degrees.PieStyler.setSumFont(Font sumFont) Sets the font for the sum.PieStyler.setSumFontSize(float sumFontSize) Sets the font size for the sum.PieStyler.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.PieStyler.setSumVisible(boolean isSumVisible) Sets whether or not the sum is visible in the centre of the pie chart.Set the theme the styler should use