Class JRDesignPie3DPlot
- java.lang.Object
-
- net.sf.jasperreports.charts.base.JRBaseChartPlot
-
- net.sf.jasperreports.charts.base.JRBasePiePlot
-
- net.sf.jasperreports.charts.base.JRBasePie3DPlot
-
- net.sf.jasperreports.charts.design.JRDesignPie3DPlot
-
- All Implemented Interfaces:
Serializable
,Cloneable
,JRChartPlot
,JRPie3DPlot
,JRPiePlot
,JRChangeEventsSupport
,JRCloneable
public class JRDesignPie3DPlot extends JRBasePie3DPlot
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 inherited from class net.sf.jasperreports.charts.base.JRBasePie3DPlot
depthFactor, PROPERTY_DEPTH_FACTOR
-
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 Constructor Description JRDesignPie3DPlot(JRChartPlot pie3DPlot, JRChart chart)
Deprecated.
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.charts.base.JRBasePie3DPlot
getDepthFactor, setDepthFactor
-
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
-
-
-
-
Constructor Detail
-
JRDesignPie3DPlot
public JRDesignPie3DPlot(JRChartPlot pie3DPlot, JRChart chart)
Deprecated.
-
-