PieStyler |
PieStyler.setCircular(boolean isCircular) |
Sets whether or not the pie chart is forced to be circular.
|
PieStyler |
PieStyler.setClockwiseDirectionType(PieStyler.ClockwiseDirectionType clockwiseDirectionType) |
|
PieStyler |
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 |
PieStyler.setDonutThickness(double donutThickness) |
Sets the thickness of the donut ring for donut style pie chart series.
|
PieStyler |
PieStyler.setForceAllLabelsVisible(boolean forceAllLabelsVisible) |
By default, only the labels that will "fit", as determined algorithmically, will be drawn.
|
PieStyler |
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 |
PieStyler.setLabelsFont(java.awt.Font labelsFont) |
Sets the Font used for chart annotations
|
PieStyler |
PieStyler.setLabelsFontColor(java.awt.Color labelsFontColor) |
Sets the color of the Font used for chart annotations
|
PieStyler |
PieStyler.setLabelsFontColorAutomaticDark(java.awt.Color labelsFontColorAutomaticDark) |
|
PieStyler |
PieStyler.setLabelsFontColorAutomaticEnabled(boolean isLabelsFontColorAutomaticEnabled) |
|
PieStyler |
PieStyler.setLabelsFontColorAutomaticLight(java.awt.Color labelsFontColorAutomaticLight) |
|
PieStyler |
PieStyler.setLabelsVisible(boolean labelsVisible) |
Sets if annotations should be added to charts.
|
PieStyler |
PieStyler.setLabelType(PieStyler.LabelType labelType) |
Sets the Pie chart's annotation type
|
PieStyler |
PieStyler.setSliceBorderWidth(double sliceBorderWidth) |
|
PieStyler |
PieStyler.setStartAngleInDegrees(double startAngleInDegrees) |
Sets the start angle in degrees.
|
PieStyler |
PieStyler.setSumFont(java.awt.Font sumFont) |
Sets the font for the sum.
|
PieStyler |
PieStyler.setSumFontSize(float sumFontSize) |
Sets the font size for the sum.
|
PieStyler |
PieStyler.setSumFormat(java.lang.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 |
PieStyler.setSumVisible(boolean isSumVisible) |
Sets whether or not the sum is visible in the centre of the pie chart.
|
PieStyler |
PieStyler.setTheme(Theme theme) |
Set the theme the styler should use
|