public class AbstractPiePlot extends AbstractPlot
SERIAL_VERSION_UID
Constructor and Description |
---|
AbstractPiePlot() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getCircular()
Returns the circular.
|
String |
getLabelFormat()
Returns the label format.
|
String |
getLegendLabelFormat()
Returns the legend label format.
|
void |
setCircular(Boolean circular)
Sets the circular.
|
void |
setLabelFormat(String labelFormat)
Sets the label format.
|
void |
setLegendLabelFormat(String legendLabelFormat)
Sets the legend label format.
|
addSeriesColor, clearSeriesColors, getLabelRotation, getOrientation, getSeriesColors, setLabelRotation, setOrientation, setSeriesColors, transform
public Boolean getCircular()
public void setCircular(Boolean circular)
circular
- the circularpublic String getLabelFormat()
public void setLabelFormat(String labelFormat)
labelFormat
- the label formatpublic String getLegendLabelFormat()
public void setLegendLabelFormat(String legendLabelFormat)
legendLabelFormat
- the legend label formatCopyright © 2006–2015 FDV Solutions. All rights reserved.