net.sf.dynamicreports.design.base.chart.plot
Class DRDesignPiePlot

java.lang.Object
  extended by net.sf.dynamicreports.design.base.chart.plot.AbstractDesignBasePlot
      extended by net.sf.dynamicreports.design.base.chart.plot.DRDesignPiePlot
All Implemented Interfaces:
DRIDesignBasePlot, DRIDesignPiePlot, DRIDesignPlot
Direct Known Subclasses:
DRDesignPie3DPlot

public class DRDesignPiePlot
extends AbstractDesignBasePlot
implements DRIDesignPiePlot

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
DRDesignPiePlot()
           
 
Method Summary
 Boolean getCircular()
           
 String getLabelFormat()
           
 String getLegendLabelFormat()
           
 void setCircular(Boolean circular)
           
 void setLabelFormat(String labelFormat)
           
 void setLegendLabelFormat(String legendLabelFormat)
           
 
Methods inherited from class net.sf.dynamicreports.design.base.chart.plot.AbstractDesignBasePlot
getOrientation, getSeriesColors, setOrientation, setSeriesColors
 
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.design.definition.chart.plot.DRIDesignBasePlot
getOrientation, getSeriesColors
 

Constructor Detail

DRDesignPiePlot

public DRDesignPiePlot()
Method Detail

getCircular

public Boolean getCircular()
Specified by:
getCircular in interface DRIDesignPiePlot

setCircular

public void setCircular(Boolean circular)

getLabelFormat

public String getLabelFormat()
Specified by:
getLabelFormat in interface DRIDesignPiePlot

setLabelFormat

public void setLabelFormat(String labelFormat)

getLegendLabelFormat

public String getLegendLabelFormat()
Specified by:
getLegendLabelFormat in interface DRIDesignPiePlot

setLegendLabelFormat

public void setLegendLabelFormat(String legendLabelFormat)


Copyright © 2010-2014. All Rights Reserved.