net.sf.jasperreports.charts.base
Class JRBasePie3DPlot
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBasePie3DPlot
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, JRPie3DPlot, JRChangeEventsSupport, JRChartPlot, JRCloneable
- Direct Known Subclasses:
- JRDesignPie3DPlot
public class JRBasePie3DPlot
- extends JRBaseChartPlot
- implements JRPie3DPlot
- Version:
- $Id: JRBasePie3DPlot.java 3948 2010-09-01 12:07:07Z shertage $
- Author:
- Teodor Danciu ([email protected])
- See Also:
- Serialized Form
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot |
backcolor, backgroundAlphaFloat, chart, foregroundAlphaFloat, labelRotationDouble, orientation, PROPERTY_BACKCOLOR, PROPERTY_BACKGROUND_ALPHA, PROPERTY_FOREGROUND_ALPHA, PROPERTY_LABEL_ROTATION, PROPERTY_ORIENTATION, PROPERTY_SERIES_COLORS, seriesColors |
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot |
addSeriesColor, clearSeriesColors, clone, clone, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getEventSupport, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, 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.engine.JRChartPlot |
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, setLabelRotation, setOrientation, setSeriesColors |
PROPERTY_CIRCULAR
public static final java.lang.String PROPERTY_CIRCULAR
- See Also:
- Constant Field Values
PROPERTY_DEPTH_FACTOR
public static final java.lang.String PROPERTY_DEPTH_FACTOR
- See Also:
- Constant Field Values
PROPERTY_LABEL_FORMAT
public static final java.lang.String PROPERTY_LABEL_FORMAT
- See Also:
- Constant Field Values
PROPERTY_LEGEND_LABEL_FORMAT
public static final java.lang.String PROPERTY_LEGEND_LABEL_FORMAT
- See Also:
- Constant Field Values
PROPERTY_ITEM_LABEL
public static final java.lang.String PROPERTY_ITEM_LABEL
- See Also:
- Constant Field Values
PROPERTY_SHOW_LABELS
public static final java.lang.String PROPERTY_SHOW_LABELS
- See Also:
- Constant Field Values
depthFactorDouble
protected java.lang.Double depthFactorDouble
circular
protected java.lang.Boolean circular
labelFormat
protected java.lang.String labelFormat
legendLabelFormat
protected java.lang.String legendLabelFormat
itemLabel
protected JRItemLabel itemLabel
showLabels
protected java.lang.Boolean showLabels
JRBasePie3DPlot
public JRBasePie3DPlot(JRChartPlot pie3DPlot,
JRChart chart)
JRBasePie3DPlot
public JRBasePie3DPlot(JRPie3DPlot pie3DPlot,
JRBaseObjectFactory factory)
getDepthFactor
public double getDepthFactor()
- Deprecated. Replaced by
getDepthFactorDouble()
- Specified by:
getDepthFactor
in interface JRPie3DPlot
getDepthFactorDouble
public java.lang.Double getDepthFactorDouble()
- Specified by:
getDepthFactorDouble
in interface JRPie3DPlot
getItemLabel
public JRItemLabel getItemLabel()
- Specified by:
getItemLabel
in interface JRPie3DPlot
setDepthFactor
public void setDepthFactor(double depthFactor)
- Deprecated. Replaced by
setDepthFactor(Double)
setDepthFactor
public void setDepthFactor(java.lang.Double depthFactor)
collectExpressions
public void collectExpressions(JRExpressionCollector collector)
- Specified by:
collectExpressions
in interface JRChartPlot
isCircular
public boolean isCircular()
- Deprecated. Replaced by
getCircular()
- Specified by:
isCircular
in interface JRPie3DPlot
getCircular
public java.lang.Boolean getCircular()
- Specified by:
getCircular
in interface JRPie3DPlot
setCircular
public void setCircular(boolean isCircular)
- Deprecated. Replaced by
setCircular(Boolean)
- Parameters:
isCircular
- the isCircular to set
setCircular
public void setCircular(java.lang.Boolean isCircular)
- Parameters:
isCircular
- the isCircular to set
getLabelFormat
public java.lang.String getLabelFormat()
- Specified by:
getLabelFormat
in interface JRPie3DPlot
- Returns:
- the labelFormat
setLabelFormat
public void setLabelFormat(java.lang.String labelFormat)
- Parameters:
labelFormat
- the labelFormat to set
getLegendLabelFormat
public java.lang.String getLegendLabelFormat()
- Specified by:
getLegendLabelFormat
in interface JRPie3DPlot
- Returns:
- the legendLabelFormat
setLegendLabelFormat
public void setLegendLabelFormat(java.lang.String legendLabelFormat)
- Parameters:
legendLabelFormat
- the legendLabelFormat to set
setItemLabel
public void setItemLabel(JRItemLabel itemLabel)
- Parameters:
itemLabel
- the itemLabel to set
getShowLabels
public java.lang.Boolean getShowLabels()
- Specified by:
getShowLabels
in interface JRPie3DPlot
setShowLabels
public void setShowLabels(java.lang.Boolean showLabels)
Copyright © 2011. All Rights Reserved.