Package net.sf.jasperreports.charts.base
Class JRBasePie3DPlot
- java.lang.Object
-
- net.sf.jasperreports.charts.base.JRBaseChartPlot
-
- net.sf.jasperreports.charts.base.JRBasePiePlot
-
- net.sf.jasperreports.charts.base.JRBasePie3DPlot
-
- All Implemented Interfaces:
Serializable
,Cloneable
,JRChartPlot
,JRPie3DPlot
,JRPiePlot
,JRChangeEventsSupport
,JRCloneable
- Direct Known Subclasses:
JRDesignPie3DPlot
public class JRBasePie3DPlot extends JRBasePiePlot implements JRPie3DPlot
Deprecated.To be removed.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.jasperreports.charts.base.JRBaseChartPlot
JRBaseChartPlot.JRBaseSeriesColor
-
Nested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor
-
-
Field Summary
Fields Modifier and Type Field Description protected Double
depthFactor
Deprecated.static String
PROPERTY_DEPTH_FACTOR
Deprecated.-
Fields inherited from class net.sf.jasperreports.charts.base.JRBasePiePlot
circular, itemLabel, labelFormat, legendLabelFormat, PROPERTY_CIRCULAR, PROPERTY_ITEM_LABEL, PROPERTY_LABEL_FORMAT, PROPERTY_LEGEND_LABEL_FORMAT, PROPERTY_SHOW_LABELS, showLabels
-
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseChartPlot
backcolor, backgroundAlpha, chart, foregroundAlpha, labelRotation, orientation, PROPERTY_BACKCOLOR, PROPERTY_BACKGROUND_ALPHA, PROPERTY_FOREGROUND_ALPHA, PROPERTY_LABEL_ROTATION, PROPERTY_ORIENTATION, PROPERTY_SERIES_COLORS, seriesColors
-
Fields inherited from interface net.sf.jasperreports.charts.JRPie3DPlot
DEPTH_FACTOR_DEFAULT
-
-
Constructor Summary
Constructors Modifier Constructor Description JRBasePie3DPlot(JRChartPlot chartPlot, JRChart chart)
Deprecated.protected
JRBasePie3DPlot(JRChartPlot chartPlot, JRChart chart, ChartCopyObjectFactory copyObjectFactory)
Deprecated.JRBasePie3DPlot(JRPie3DPlot pie3DPlot, ChartsBaseObjectFactory factory)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Double
getDepthFactor()
Deprecated.void
setDepthFactor(Double depthFactor)
Deprecated.-
Methods inherited from class net.sf.jasperreports.charts.base.JRBasePiePlot
clone, collectExpressions, getCircular, getItemLabel, getLabelFormat, getLegendLabelFormat, getShowLabels, setCircular, setItemLabel, setLabelFormat, setLegendLabelFormat, setShowLabels
-
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseChartPlot
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlpha, getChart, getEventSupport, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, 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
-
-
-
-
Field Detail
-
PROPERTY_DEPTH_FACTOR
public static final String PROPERTY_DEPTH_FACTOR
Deprecated.- See Also:
- Constant Field Values
-
depthFactor
protected Double depthFactor
Deprecated.
-
-
Constructor Detail
-
JRBasePie3DPlot
public JRBasePie3DPlot(JRChartPlot chartPlot, JRChart chart)
Deprecated.
-
JRBasePie3DPlot
protected JRBasePie3DPlot(JRChartPlot chartPlot, JRChart chart, ChartCopyObjectFactory copyObjectFactory)
Deprecated.
-
JRBasePie3DPlot
public JRBasePie3DPlot(JRPie3DPlot pie3DPlot, ChartsBaseObjectFactory 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.
-
setDepthFactor
public void setDepthFactor(Double depthFactor)
Deprecated.
-
-