public class JRBasePie3DPlot extends JRBaseChartPlot implements JRPie3DPlot
JRBaseChartPlot.JRBaseSeriesColor
JRChartPlot.JRSeriesColor
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
circular |
protected java.lang.Double |
depthFactorDouble |
protected JRItemLabel |
itemLabel |
protected java.lang.String |
labelFormat |
protected java.lang.String |
legendLabelFormat |
static java.lang.String |
PROPERTY_CIRCULAR |
static java.lang.String |
PROPERTY_DEPTH_FACTOR |
static java.lang.String |
PROPERTY_ITEM_LABEL |
static java.lang.String |
PROPERTY_LABEL_FORMAT |
static java.lang.String |
PROPERTY_LEGEND_LABEL_FORMAT |
backcolor, backgroundAlphaFloat, chart, foregroundAlphaFloat, labelRotationDouble, orientation, PROPERTY_BACKCOLOR, PROPERTY_BACKGROUND_ALPHA, PROPERTY_FOREGROUND_ALPHA, PROPERTY_LABEL_ROTATION, PROPERTY_ORIENTATION, PROPERTY_SERIES_COLORS, seriesColors
DEPTH_FACTOR_DEFAULT
Constructor and Description |
---|
JRBasePie3DPlot(JRChartPlot pie3DPlot,
JRChart chart) |
JRBasePie3DPlot(JRPie3DPlot pie3DPlot,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
collectExpressions(JRExpressionCollector collector) |
java.lang.Boolean |
getCircular() |
double |
getDepthFactor()
Deprecated.
Replaced by
getDepthFactorDouble() |
java.lang.Double |
getDepthFactorDouble() |
JRItemLabel |
getItemLabel() |
java.lang.String |
getLabelFormat() |
java.lang.String |
getLegendLabelFormat() |
boolean |
isCircular()
Deprecated.
Replaced by
getCircular() |
void |
setCircular(boolean isCircular)
Deprecated.
Replaced by
setCircular(Boolean) |
void |
setCircular(java.lang.Boolean isCircular) |
void |
setDepthFactor(double depthFactor)
Deprecated.
Replaced by
setDepthFactor(Double) |
void |
setDepthFactor(java.lang.Double depthFactor) |
void |
setItemLabel(JRItemLabel itemLabel) |
void |
setLabelFormat(java.lang.String labelFormat) |
void |
setLegendLabelFormat(java.lang.String legendLabelFormat) |
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
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, setLabelRotation, setOrientation, setSeriesColors
clone
public static final java.lang.String PROPERTY_CIRCULAR
public static final java.lang.String PROPERTY_DEPTH_FACTOR
public static final java.lang.String PROPERTY_LABEL_FORMAT
public static final java.lang.String PROPERTY_LEGEND_LABEL_FORMAT
public static final java.lang.String PROPERTY_ITEM_LABEL
protected java.lang.Double depthFactorDouble
protected java.lang.Boolean circular
protected java.lang.String labelFormat
protected java.lang.String legendLabelFormat
protected JRItemLabel itemLabel
public JRBasePie3DPlot(JRChartPlot pie3DPlot, JRChart chart)
public JRBasePie3DPlot(JRPie3DPlot pie3DPlot, JRBaseObjectFactory factory)
public double getDepthFactor()
getDepthFactorDouble()
getDepthFactor
in interface JRPie3DPlot
public java.lang.Double getDepthFactorDouble()
getDepthFactorDouble
in interface JRPie3DPlot
public JRItemLabel getItemLabel()
getItemLabel
in interface JRPie3DPlot
public void setDepthFactor(double depthFactor)
setDepthFactor(Double)
public void setDepthFactor(java.lang.Double depthFactor)
public void collectExpressions(JRExpressionCollector collector)
collectExpressions
in interface JRChartPlot
public boolean isCircular()
getCircular()
isCircular
in interface JRPie3DPlot
public java.lang.Boolean getCircular()
getCircular
in interface JRPie3DPlot
public void setCircular(boolean isCircular)
setCircular(Boolean)
isCircular
- the isCircular to setpublic void setCircular(java.lang.Boolean isCircular)
isCircular
- the isCircular to setpublic java.lang.String getLabelFormat()
getLabelFormat
in interface JRPie3DPlot
public void setLabelFormat(java.lang.String labelFormat)
labelFormat
- the labelFormat to setpublic java.lang.String getLegendLabelFormat()
getLegendLabelFormat
in interface JRPie3DPlot
public void setLegendLabelFormat(java.lang.String legendLabelFormat)
legendLabelFormat
- the legendLabelFormat to setpublic void setItemLabel(JRItemLabel itemLabel)
itemLabel
- the itemLabel to set© 2001-2010 Jaspersoft Corporation www.jaspersoft.com