Package net.sf.jasperreports.charts.fill
Class JRFillPie3DPlot
- java.lang.Object
-
- net.sf.jasperreports.charts.fill.JRFillChartPlot
-
- net.sf.jasperreports.charts.fill.JRFillPiePlot
-
- net.sf.jasperreports.charts.fill.JRFillPie3DPlot
-
- All Implemented Interfaces:
Cloneable
,JRChartPlot
,JRPie3DPlot
,JRPiePlot
,JRCloneable
public class JRFillPie3DPlot extends JRFillPiePlot implements JRPie3DPlot
Deprecated.To be removed.- 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
-
Fields inherited from interface net.sf.jasperreports.charts.JRPie3DPlot
DEPTH_FACTOR_DEFAULT
-
-
Constructor Summary
Constructors Constructor Description JRFillPie3DPlot(JRPie3DPlot pie3DPlot, ChartsFillObjectFactory factory)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Double
getDepthFactor()
Deprecated.-
Methods inherited from class net.sf.jasperreports.charts.fill.JRFillPiePlot
getCircular, getItemLabel, getLabelFormat, getLegendLabelFormat, 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
-
Methods inherited from interface net.sf.jasperreports.charts.JRPiePlot
getCircular, getItemLabel, getLabelFormat, getLegendLabelFormat, getShowLabels
-
-
-
-
Constructor Detail
-
JRFillPie3DPlot
public JRFillPie3DPlot(JRPie3DPlot pie3DPlot, ChartsFillObjectFactory factory)
Deprecated.
-
-
Method Detail
-
getDepthFactor
public Double getDepthFactor()
Deprecated.- Specified by:
getDepthFactor
in interfaceJRPie3DPlot
- 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.
-
-