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

java.lang.Object
  extended by net.sf.dynamicreports.report.base.chart.plot.AbstractBasePlot
      extended by net.sf.dynamicreports.report.base.chart.plot.DRPiePlot
          extended by net.sf.dynamicreports.report.base.chart.plot.DRPie3DPlot
All Implemented Interfaces:
Serializable, DRIBasePlot, DRIPie3DPlot, DRIPiePlot, DRIPlot

public class DRPie3DPlot
extends DRPiePlot
implements DRIPie3DPlot

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRPie3DPlot()
           
 
Method Summary
 Double getDepthFactor()
           
 void setDepthFactor(Double depthFactor)
           
 
Methods inherited from class net.sf.dynamicreports.report.base.chart.plot.DRPiePlot
getCircular, getLabelFormat, getLegendLabelFormat, getPercentValuePattern, getShowLabels, getShowPercentages, getShowValues, getValuePattern, setCircular, setLabelFormat, setLegendLabelFormat, setPercentValuePattern, setShowLabels, setShowPercentages, setShowValues, setValuePattern
 
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.DRIPiePlot
getCircular, getLabelFormat, getLegendLabelFormat, getPercentValuePattern, getShowLabels, getShowPercentages, getShowValues, getValuePattern
 
Methods inherited from interface net.sf.dynamicreports.report.definition.chart.plot.DRIBasePlot
getOrientation, getSeriesColors, getSeriesColorsByName
 

Constructor Detail

DRPie3DPlot

public DRPie3DPlot()
Method Detail

setDepthFactor

public void setDepthFactor(Double depthFactor)

getDepthFactor

public Double getDepthFactor()
Specified by:
getDepthFactor in interface DRIPie3DPlot


Copyright © 2010-2014. All Rights Reserved.