net.sf.jasperreports.charts
Interface JRPiePlot

All Superinterfaces:
java.lang.Cloneable, JRChartPlot, JRCloneable
All Known Implementing Classes:
JRBasePiePlot, JRDesignPiePlot, JRFillPiePlot

public interface JRPiePlot
extends JRChartPlot

Version:
$Id: JRPiePlot.java 3948 2010-09-01 12:07:07Z shertage $
Author:
Teodor Danciu ([email protected])

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
 
Method Summary
 java.lang.Boolean getCircular()
           
 JRItemLabel getItemLabel()
           
 java.lang.String getLabelFormat()
           
 java.lang.String getLegendLabelFormat()
           
 java.lang.Boolean getShowLabels()
           
 boolean isCircular()
          Deprecated. Replaced by getCircular()
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, setLabelRotation, setOrientation, setSeriesColors
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Method Detail

isCircular

boolean isCircular()
Deprecated. Replaced by getCircular()


getCircular

java.lang.Boolean getCircular()

getLabelFormat

java.lang.String getLabelFormat()

getLegendLabelFormat

java.lang.String getLegendLabelFormat()

getItemLabel

JRItemLabel getItemLabel()

getShowLabels

java.lang.Boolean getShowLabels()


Copyright © 2011. All Rights Reserved.