public class JRBasePiePlot extends JRBaseChartPlot implements JRPiePlot
JRBaseChartPlot.JRBaseSeriesColorJRChartPlot.JRSeriesColor| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
circular |
protected JRItemLabel |
itemLabel |
protected java.lang.String |
labelFormat |
protected java.lang.String |
legendLabelFormat |
static java.lang.String |
PROPERTY_CIRCULAR |
static java.lang.String |
PROPERTY_ITEM_LABEL |
static java.lang.String |
PROPERTY_LABEL_FORMAT |
static java.lang.String |
PROPERTY_LEGEND_LABEL_FORMAT |
static java.lang.String |
PROPERTY_SHOW_LABELS |
protected java.lang.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| Constructor and Description |
|---|
JRBasePiePlot(JRChartPlot chartPlot,
JRChart chart) |
JRBasePiePlot(JRPiePlot piePlot,
JRBaseObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone(JRChart parentChart) |
void |
collectExpressions(JRExpressionCollector collector) |
java.lang.Boolean |
getCircular() |
JRItemLabel |
getItemLabel() |
java.lang.String |
getLabelFormat() |
java.lang.String |
getLegendLabelFormat() |
java.lang.Boolean |
getShowLabels() |
void |
setCircular(java.lang.Boolean isCircular) |
void |
setItemLabel(JRItemLabel itemLabel) |
void |
setLabelFormat(java.lang.String labelFormat) |
void |
setLegendLabelFormat(java.lang.String legendLabelFormat) |
void |
setShowLabels(java.lang.Boolean showLabels) |
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlphaFloat, getChart, getEventSupport, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColorsequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColorsclonepublic static final java.lang.String PROPERTY_CIRCULAR
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
public static final java.lang.String PROPERTY_SHOW_LABELS
protected java.lang.Boolean circular
protected java.lang.String labelFormat
protected java.lang.String legendLabelFormat
protected JRItemLabel itemLabel
protected java.lang.Boolean showLabels
public JRBasePiePlot(JRChartPlot chartPlot, JRChart chart)
public JRBasePiePlot(JRPiePlot piePlot, JRBaseObjectFactory factory)
public void collectExpressions(JRExpressionCollector collector)
collectExpressions in interface JRChartPlotpublic java.lang.Boolean getCircular()
getCircular in interface JRPiePlotpublic void setCircular(java.lang.Boolean isCircular)
isCircular - the isCircular to setpublic java.lang.String getLabelFormat()
getLabelFormat in interface JRPiePlotpublic void setLabelFormat(java.lang.String labelFormat)
labelFormat - the labelFormat to setpublic java.lang.String getLegendLabelFormat()
getLegendLabelFormat in interface JRPiePlotpublic JRItemLabel getItemLabel()
getItemLabel in interface JRPiePlotJRItemLabel object
representing the item labelpublic void setLegendLabelFormat(java.lang.String legendLabelFormat)
legendLabelFormat - the legendLabelFormat to setpublic void setItemLabel(JRItemLabel itemLabel)
itemLabel - the itemLabel to setpublic java.lang.Boolean getShowLabels()
getShowLabels in interface JRPiePlotpublic void setShowLabels(java.lang.Boolean showLabels)
public java.lang.Object clone(JRChart parentChart)
clone in interface JRChartPlotclone in class JRBaseChartPlot© 2001-2010 Jaspersoft Corporation www.jaspersoft.com