net.sf.dynamicreports.report.definition.chart.plot
Interface DRIPiePlot

All Superinterfaces:
DRIBasePlot, DRIPlot, Serializable
All Known Subinterfaces:
DRIPie3DPlot
All Known Implementing Classes:
DRPie3DPlot, DRPiePlot

public interface DRIPiePlot
extends DRIBasePlot

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

Method Summary
 Boolean getCircular()
           
 String getLabelFormat()
           
 String getLegendLabelFormat()
           
 String getPercentValuePattern()
           
 Boolean getShowLabels()
           
 Boolean getShowPercentages()
           
 Boolean getShowValues()
           
 String getValuePattern()
           
 
Methods inherited from interface net.sf.dynamicreports.report.definition.chart.plot.DRIBasePlot
getOrientation, getSeriesColors, getSeriesColorsByName
 

Method Detail

getCircular

Boolean getCircular()

getShowLabels

Boolean getShowLabels()

getShowValues

Boolean getShowValues()

getValuePattern

String getValuePattern()

getShowPercentages

Boolean getShowPercentages()

getPercentValuePattern

String getPercentValuePattern()

getLabelFormat

String getLabelFormat()

getLegendLabelFormat

String getLegendLabelFormat()


Copyright © 2010-2014. All Rights Reserved.