Package net.sf.jasperreports.charts
Interface JRPie3DPlot
-
- All Superinterfaces:
Cloneable
,JRChartPlot
,JRCloneable
,JRPiePlot
- All Known Implementing Classes:
JRBasePie3DPlot
,JRDesignPie3DPlot
,JRFillPie3DPlot
public interface JRPie3DPlot extends JRPiePlot
Deprecated.To be removed.Type of plot used for rendering Pie 3D charts.
Special settings that the Pie 3D plot exposes are:- the
circular
flag - the depth factor
- the label format
- the legend label format
- the item label
- the
showLabels
flag
- 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 Modifier and Type Field Description static double
DEPTH_FACTOR_DEFAULT
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Double
getDepthFactor()
Deprecated.-
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
-
Methods inherited from interface net.sf.jasperreports.charts.JRPiePlot
getCircular, getItemLabel, getLabelFormat, getLegendLabelFormat, getShowLabels
-
-
-
-
Field Detail
-
DEPTH_FACTOR_DEFAULT
static final double DEPTH_FACTOR_DEFAULT
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getDepthFactor
Double getDepthFactor()
Deprecated.- Returns:
- a numeric value ranging from 0 to 1 that represents the depth of the pie as a percentage of the height of the plot area.
-
-