public class JRBasePie3DPlot extends JRBaseChartPlot implements JRPie3DPlot
JRBaseChartPlot.JRBaseSeriesColor
JRChartPlot.JRSeriesColor
Modifier and Type | Field and Description |
---|---|
protected Boolean |
circular |
protected Double |
depthFactorDouble |
protected JRItemLabel |
itemLabel |
protected String |
labelFormat |
protected String |
legendLabelFormat |
static String |
PROPERTY_CIRCULAR |
static String |
PROPERTY_DEPTH_FACTOR |
static String |
PROPERTY_ITEM_LABEL |
static String |
PROPERTY_LABEL_FORMAT |
static String |
PROPERTY_LEGEND_LABEL_FORMAT |
static String |
PROPERTY_SHOW_LABELS |
protected Boolean |
showLabels |
backcolor, backgroundAlphaFloat, chart, foregroundAlphaFloat, labelRotationDouble, orientationValue, 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 chartPlot,
JRChart chart) |
JRBasePie3DPlot(JRPie3DPlot pie3DPlot,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
Object |
clone(JRChart parentChart) |
void |
collectExpressions(JRExpressionCollector collector) |
Boolean |
getCircular() |
Double |
getDepthFactorDouble() |
JRItemLabel |
getItemLabel() |
String |
getLabelFormat() |
String |
getLegendLabelFormat() |
Boolean |
getShowLabels() |
void |
setCircular(Boolean isCircular) |
void |
setDepthFactor(Double depthFactor) |
void |
setItemLabel(JRItemLabel itemLabel) |
void |
setLabelFormat(String labelFormat) |
void |
setLegendLabelFormat(String legendLabelFormat) |
void |
setShowLabels(Boolean showLabels) |
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlphaFloat, getChart, getEventSupport, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors
clone
public static final String PROPERTY_CIRCULAR
public static final String PROPERTY_DEPTH_FACTOR
public static final String PROPERTY_LABEL_FORMAT
public static final String PROPERTY_LEGEND_LABEL_FORMAT
public static final String PROPERTY_ITEM_LABEL
public static final String PROPERTY_SHOW_LABELS
protected Double depthFactorDouble
protected Boolean circular
protected String labelFormat
protected String legendLabelFormat
protected JRItemLabel itemLabel
protected Boolean showLabels
public JRBasePie3DPlot(JRChartPlot chartPlot, JRChart chart)
public JRBasePie3DPlot(JRPie3DPlot pie3DPlot, JRBaseObjectFactory factory)
public Double getDepthFactorDouble()
getDepthFactorDouble
in interface JRPie3DPlot
public JRItemLabel getItemLabel()
getItemLabel
in interface JRPie3DPlot
JRItemLabel
object
representing the item labelpublic void setDepthFactor(Double depthFactor)
public void collectExpressions(JRExpressionCollector collector)
collectExpressions
in interface JRChartPlot
public Boolean getCircular()
getCircular
in interface JRPie3DPlot
public void setCircular(Boolean isCircular)
isCircular
- the isCircular to setpublic String getLabelFormat()
getLabelFormat
in interface JRPie3DPlot
public void setLabelFormat(String labelFormat)
labelFormat
- the labelFormat to setpublic String getLegendLabelFormat()
getLegendLabelFormat
in interface JRPie3DPlot
public void setLegendLabelFormat(String legendLabelFormat)
legendLabelFormat
- the legendLabelFormat to setpublic void setItemLabel(JRItemLabel itemLabel)
itemLabel
- the itemLabel to setpublic Boolean getShowLabels()
getShowLabels
in interface JRPie3DPlot
public void setShowLabels(Boolean showLabels)
public Object clone(JRChart parentChart)
clone
in interface JRChartPlot
clone
in class JRBaseChartPlot
Copyright © 2016. All rights reserved.