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
- 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 -
Method Summary
Modifier and TypeMethodDescriptionMethods 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 Details
-
JRFillPiePlot
-
-
Method Details
-
getCircular
- Specified by:
getCircular
in interfaceJRPiePlot
- Returns:
- a flag that specifies a circular form for the pie
-
getLabelFormat
- Specified by:
getLabelFormat
in interfaceJRPiePlot
- Returns:
- the format pattern for labels
-
getLegendLabelFormat
- Specified by:
getLegendLabelFormat
in interfaceJRPiePlot
- Returns:
- the format pattern for legend labels
-
getItemLabel
- Specified by:
getItemLabel
in interfaceJRPiePlot
- Returns:
- a
JRItemLabel
object representing the item label
-
getShowLabels
- Specified by:
getShowLabels
in interfaceJRPiePlot
- Returns:
- a flag that specifies whether labels are to be shown or not
-