|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBasePiePlot
public class JRBasePiePlot
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot |
---|
JRBaseChartPlot.JRBaseSeriesColor |
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot |
---|
JRChartPlot.JRSeriesColor |
Field Summary | |
---|---|
protected boolean |
isCircular
|
static java.lang.String |
PROPERTY_CIRCULAR
|
Fields inherited from class net.sf.jasperreports.engine.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 |
Constructor Summary | |
---|---|
JRBasePiePlot(JRChartPlot piePlot,
JRChart chart)
|
|
JRBasePiePlot(JRPiePlot piePlot,
JRBaseObjectFactory factory)
|
Method Summary | |
---|---|
void |
collectExpressions(JRExpressionCollector collector)
|
boolean |
isCircular()
|
void |
setCircular(boolean isCircular)
|
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot |
---|
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlpha, getChart, getEventSupport, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
---|
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors |
Field Detail |
---|
public static final java.lang.String PROPERTY_CIRCULAR
protected boolean isCircular
Constructor Detail |
---|
public JRBasePiePlot(JRChartPlot piePlot, JRChart chart)
public JRBasePiePlot(JRPiePlot piePlot, JRBaseObjectFactory factory)
Method Detail |
---|
public void collectExpressions(JRExpressionCollector collector)
collectExpressions
in interface JRChartPlot
public boolean isCircular()
isCircular
in interface JRPiePlot
public void setCircular(boolean isCircular)
isCircular
- the isCircular to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |