|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.fill.JRFillChartPlot
public class JRFillChartPlot
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot |
|---|
JRChartPlot.JRSeriesColor |
| Field Summary | |
|---|---|
protected JRChart |
chart
|
protected JRChartPlot |
parent
|
| Constructor Summary | |
|---|---|
protected |
JRFillChartPlot(JRChartPlot plot,
JRFillObjectFactory factory)
|
| Method Summary | |
|---|---|
void |
addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
Adds the specified series color to the plot. |
void |
clearSeriesColors()
Removes all defined series colors. |
Object |
clone()
|
Object |
clone(JRChart parentChart)
|
void |
collectExpressions(JRExpressionCollector collector)
|
Color |
getBackcolor()
Gets the chart background color. |
Float |
getBackgroundAlphaFloat()
Gets the transparency factor for this plot background. |
JRChart |
getChart()
Gets the chart associated with this chart plot, if available. |
Float |
getForegroundAlphaFloat()
Gets the transparency factor for this plot foreground. |
Double |
getLabelRotationDouble()
Deprecated. Replaced by JRCategoryAxisFormat.getCategoryAxisTickLabelRotation(). |
org.jfree.chart.plot.PlotOrientation |
getOrientation()
Deprecated. Replaed by getOrientationValue(). |
PlotOrientationEnum |
getOrientationValue()
Gets the plot orientation (horizontal or vertical). |
Color |
getOwnBackcolor()
|
SortedSet<JRChartPlot.JRSeriesColor> |
getSeriesColors()
Returns a list of all the defined series colors. |
void |
setBackcolor(Color backcolor)
Sets the chart background color. |
void |
setBackgroundAlpha(Float BackgroundAlpha)
Sets the transparency factor for this plot background. |
void |
setForegroundAlpha(Float foregroundAlpha)
Sets the transparency factor for this plot foreground. |
void |
setLabelRotation(Double labelRotation)
Deprecated. Replaced by JRCategoryAxisFormat.setCategoryAxisTickLabelRotation(Double). |
void |
setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
Deprecated. Replaced by setOrientation(PlotOrientationEnum). |
void |
setOrientation(PlotOrientationEnum orientation)
Sets the plot orientation (horizontal or vertical). |
void |
setSeriesColors(Collection<JRChartPlot.JRSeriesColor> colors)
Set the list of series colors. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JRChartPlot parent
protected JRChart chart
| Constructor Detail |
|---|
protected JRFillChartPlot(JRChartPlot plot,
JRFillObjectFactory factory)
| Method Detail |
|---|
public JRChart getChart()
JRChartPlot
getChart in interface JRChartPlotpublic Color getBackcolor()
JRChartPlot
getBackcolor in interface JRChartPlotpublic Color getOwnBackcolor()
getOwnBackcolor in interface JRChartPlotpublic void setBackcolor(Color backcolor)
JRChartPlot
setBackcolor in interface JRChartPlotpublic org.jfree.chart.plot.PlotOrientation getOrientation()
getOrientationValue().
getOrientation in interface JRChartPlotpublic PlotOrientationEnum getOrientationValue()
JRChartPlot
getOrientationValue in interface JRChartPlotpublic void setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
setOrientation(PlotOrientationEnum).
setOrientation in interface JRChartPlotpublic void setOrientation(PlotOrientationEnum orientation)
JRChartPlot
setOrientation in interface JRChartPlotpublic Float getBackgroundAlphaFloat()
JRChartPlot
getBackgroundAlphaFloat in interface JRChartPlotpublic void setBackgroundAlpha(Float BackgroundAlpha)
JRChartPlot
setBackgroundAlpha in interface JRChartPlotpublic Float getForegroundAlphaFloat()
JRChartPlot
getForegroundAlphaFloat in interface JRChartPlotpublic void setForegroundAlpha(Float foregroundAlpha)
JRChartPlot
setForegroundAlpha in interface JRChartPlotpublic Double getLabelRotationDouble()
JRCategoryAxisFormat.getCategoryAxisTickLabelRotation().
JRChartPlot
getLabelRotationDouble in interface JRChartPlotpublic void setLabelRotation(Double labelRotation)
JRCategoryAxisFormat.setCategoryAxisTickLabelRotation(Double).
JRChartPlot
setLabelRotation in interface JRChartPlotpublic SortedSet<JRChartPlot.JRSeriesColor> getSeriesColors()
getSeriesColors in interface JRChartPlotpublic void clearSeriesColors()
clearSeriesColors in interface JRChartPlotpublic void addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
addSeriesColor in interface JRChartPlotpublic void setSeriesColors(Collection<JRChartPlot.JRSeriesColor> colors)
JRChartPlot
setSeriesColors in interface JRChartPlotcolors - the list of series colors (JRChartPlot.JRSeriesColor instances}public void collectExpressions(JRExpressionCollector collector)
collectExpressions in interface JRChartPlotpublic Object clone()
clone in interface JRCloneableclone in class Objectpublic Object clone(JRChart parentChart)
clone in interface JRChartPlot
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||