net.sf.dynamicreports.report.base.chart.plot
Class DRPiePlot
java.lang.Object
net.sf.dynamicreports.report.base.chart.plot.AbstractBasePlot
net.sf.dynamicreports.report.base.chart.plot.DRPiePlot
- All Implemented Interfaces:
- Serializable, DRIBasePlot, DRIPiePlot, DRIPlot
- Direct Known Subclasses:
- DRPie3DPlot
public class DRPiePlot
- extends AbstractBasePlot
- implements DRIPiePlot
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRPiePlot
public DRPiePlot()
getCircular
public Boolean getCircular()
- Specified by:
getCircular
in interface DRIPiePlot
setCircular
public void setCircular(Boolean circular)
setShowLabels
public void setShowLabels(Boolean showLabels)
getShowLabels
public Boolean getShowLabels()
- Specified by:
getShowLabels
in interface DRIPiePlot
getShowValues
public Boolean getShowValues()
- Specified by:
getShowValues
in interface DRIPiePlot
setShowValues
public void setShowValues(Boolean showValues)
getValuePattern
public String getValuePattern()
- Specified by:
getValuePattern
in interface DRIPiePlot
setValuePattern
public void setValuePattern(String valuePattern)
getShowPercentages
public Boolean getShowPercentages()
- Specified by:
getShowPercentages
in interface DRIPiePlot
setShowPercentages
public void setShowPercentages(Boolean showPercentages)
getPercentValuePattern
public String getPercentValuePattern()
- Specified by:
getPercentValuePattern
in interface DRIPiePlot
setPercentValuePattern
public void setPercentValuePattern(String percentValuePattern)
getLabelFormat
public String getLabelFormat()
- Specified by:
getLabelFormat
in interface DRIPiePlot
setLabelFormat
public void setLabelFormat(String labelFormat)
getLegendLabelFormat
public String getLegendLabelFormat()
- Specified by:
getLegendLabelFormat
in interface DRIPiePlot
setLegendLabelFormat
public void setLegendLabelFormat(String legendLabelFormat)
Copyright © 2010-2014. All Rights Reserved.