public class PieSeriesLabelRenderer extends BaseLabelRenderer
PieSeries
instances.Modifier and Type | Field and Description |
---|---|
static int |
RESET_COLOR
Setting this color as fill color will reset the default palette behavior for fill colors.
|
LABEL_COLOR_PROPERTY_KEY, LABEL_FILL_COLOR_PROPERTY_KEY, LABEL_STROKE_COLOR_PROPERTY_KEY
Constructor and Description |
---|
PieSeriesLabelRenderer(PieSeries owner)
Creates a new instance of the
PieSeriesLabelRenderer class. |
Modifier and Type | Method and Description |
---|---|
void |
applyPalette(ChartPalette palette)
Applies the passed palette to the current label renderer instance.
|
getLabelFillColor, getLabelFont, getLabelFontStyle, getLabelFormat, getLabelMargin, getLabelSize, getLabelStrokeColor, getLabelTextColor, getLabelValueToStringConverter, invalidatePalette, renderLabel, setLabelFillColor, setLabelFont, setLabelFontStyle, setLabelFormat, setLabelMargin, setLabelPadding, setLabelSize, setLabelStrokeColor, setLabelTextColor, setLabelValueToStringConverter
getValue, resetPropertyValue, setValue, setValue
public static final int RESET_COLOR
public PieSeriesLabelRenderer(PieSeries owner)
PieSeriesLabelRenderer
class.owner
- the chart series owning this renderer instance.public void applyPalette(ChartPalette palette)
BaseLabelRenderer
applyPalette
in class BaseLabelRenderer
palette
- the palette to be applied.