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
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, parentFields inherited from interface net.sf.jasperreports.charts.JRPie3DPlot
DEPTH_FACTOR_DEFAULT -
Constructor Summary
ConstructorsConstructorDescriptionJRFillPie3DPlot(JRPie3DPlot pie3DPlot, ChartsFillObjectFactory factory) Deprecated. -
Method Summary
Methods inherited from class net.sf.jasperreports.charts.fill.JRFillPiePlot
getCircular, getItemLabel, getLabelFormat, getLegendLabelFormat, getShowLabelsMethods 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, setSeriesColorsMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, setSeriesColorsMethods inherited from interface net.sf.jasperreports.engine.JRCloneable
cloneMethods inherited from interface net.sf.jasperreports.charts.JRPiePlot
getCircular, getItemLabel, getLabelFormat, getLegendLabelFormat, getShowLabels
-
Constructor Details
-
JRFillPie3DPlot
Deprecated.
-
-
Method Details
-
getDepthFactor
Deprecated.- Specified by:
getDepthFactorin 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.
-