Package net.sf.jasperreports.charts.fill
Class JRFillPiePlot
- java.lang.Object
-
- net.sf.jasperreports.charts.fill.JRFillChartPlot
-
- net.sf.jasperreports.charts.fill.JRFillPiePlot
-
- All Implemented Interfaces:
Cloneable
,JRChartPlot
,JRPiePlot
,JRCloneable
- Direct Known Subclasses:
JRFillPie3DPlot
public class JRFillPiePlot extends JRFillChartPlot implements JRPiePlot
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlot
chart, parent
-
-
Constructor Summary
Constructors Constructor Description JRFillPiePlot(JRPiePlot piePlot, ChartsFillObjectFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getCircular()
JRItemLabel
getItemLabel()
String
getLabelFormat()
String
getLegendLabelFormat()
Boolean
getShowLabels()
-
Methods inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlot
addSeriesColor, clearSeriesColors, clone, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setBand, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.charts.JRChartPlot
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Constructor Detail
-
JRFillPiePlot
public JRFillPiePlot(JRPiePlot piePlot, ChartsFillObjectFactory factory)
-
-
Method Detail
-
getCircular
public Boolean getCircular()
- Specified by:
getCircular
in interfaceJRPiePlot
- Returns:
- a flag that specifies a circular form for the pie
-
getLabelFormat
public String getLabelFormat()
- Specified by:
getLabelFormat
in interfaceJRPiePlot
- Returns:
- the format pattern for labels
-
getLegendLabelFormat
public String getLegendLabelFormat()
- Specified by:
getLegendLabelFormat
in interfaceJRPiePlot
- Returns:
- the format pattern for legend labels
-
getItemLabel
public JRItemLabel getItemLabel()
- Specified by:
getItemLabel
in interfaceJRPiePlot
- Returns:
- a
JRItemLabel
object representing the item label
-
getShowLabels
public Boolean getShowLabels()
- Specified by:
getShowLabels
in interfaceJRPiePlot
- Returns:
- a flag that specifies whether labels are to be shown or not
-
-