net.sf.jasperreports.charts
Interface JRPiePlot

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

public interface JRPiePlot
extends JRChartPlot

Version:
$Id: JRPiePlot.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

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

Method Detail

getCircular

Boolean getCircular()

getLabelFormat

String getLabelFormat()

getLegendLabelFormat

String getLegendLabelFormat()

getItemLabel

JRItemLabel getItemLabel()

getShowLabels

Boolean getShowLabels()


Copyright © 2012. All Rights Reserved.