net.sf.dynamicreports.report.base.chart.plot
Class DRPiePlot

java.lang.Object
  extended by net.sf.dynamicreports.report.base.chart.plot.AbstractBasePlot
      extended by 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

Constructor Summary
DRPiePlot()
           
 
Method Summary
 Boolean getCircular()
           
 String getLabelFormat()
           
 String getLegendLabelFormat()
           
 String getPercentValuePattern()
           
 Boolean getShowLabels()
           
 Boolean getShowPercentages()
           
 Boolean getShowValues()
           
 String getValuePattern()
           
 void setCircular(Boolean circular)
           
 void setLabelFormat(String labelFormat)
           
 void setLegendLabelFormat(String legendLabelFormat)
           
 void setPercentValuePattern(String percentValuePattern)
           
 void setShowLabels(Boolean showLabels)
           
 void setShowPercentages(Boolean showPercentages)
           
 void setShowValues(Boolean showValues)
           
 void setValuePattern(String valuePattern)
           
 
Methods inherited from class net.sf.dynamicreports.report.base.chart.plot.AbstractBasePlot
addSeriesColor, addSeriesColorByName, getOrientation, getSeriesColors, getSeriesColorsByName, init, setOrientation, setSeriesColors, setSeriesColorsByName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.dynamicreports.report.definition.chart.plot.DRIBasePlot
getOrientation, getSeriesColors, getSeriesColorsByName
 

Constructor Detail

DRPiePlot

public DRPiePlot()
Method Detail

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.