public class JRFillChartPlot extends java.lang.Object implements JRChartPlot
JRChartPlot.JRSeriesColor| Modifier and Type | Field and Description |
|---|---|
protected JRChart |
chart |
protected JRChartPlot |
parent |
| Modifier | Constructor and Description |
|---|---|
protected |
JRFillChartPlot(JRChartPlot plot,
JRFillObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
Adds the specified series color to the plot.
|
void |
clearSeriesColors()
Removes all defined series colors.
|
java.lang.Object |
clone() |
java.lang.Object |
clone(JRChart parentChart) |
void |
collectExpressions(JRExpressionCollector collector) |
java.awt.Color |
getBackcolor()
Gets the chart background color.
|
java.lang.Float |
getBackgroundAlphaFloat()
Gets the transparency factor for this plot background.
|
JRChart |
getChart()
Gets the chart associated with this chart plot, if available.
|
java.lang.Float |
getForegroundAlphaFloat()
Gets the transparency factor for this plot foreground.
|
java.lang.Double |
getLabelRotationDouble()
Deprecated.
|
org.jfree.chart.plot.PlotOrientation |
getOrientation()
Deprecated.
Replaed by
getOrientationValue(). |
PlotOrientationEnum |
getOrientationValue()
Gets the plot orientation (horizontal or vertical).
|
java.awt.Color |
getOwnBackcolor() |
java.util.SortedSet<JRChartPlot.JRSeriesColor> |
getSeriesColors()
Returns a list of all the defined series colors.
|
void |
setBackcolor(java.awt.Color backcolor)
Sets the chart background color.
|
void |
setBackgroundAlpha(java.lang.Float BackgroundAlpha)
Sets the transparency factor for this plot background.
|
protected void |
setBand(JRFillBand band) |
void |
setForegroundAlpha(java.lang.Float foregroundAlpha)
Sets the transparency factor for this plot foreground.
|
void |
setLabelRotation(java.lang.Double labelRotation)
Deprecated.
|
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(java.util.Collection<JRChartPlot.JRSeriesColor> colors)
Set the list of series colors.
|
protected JRChartPlot parent
protected JRChart chart
protected JRFillChartPlot(JRChartPlot plot, JRFillObjectFactory factory)
protected void setBand(JRFillBand band)
public JRChart getChart()
JRChartPlotgetChart in interface JRChartPlotpublic java.awt.Color getBackcolor()
JRChartPlotgetBackcolor in interface JRChartPlotpublic java.awt.Color getOwnBackcolor()
getOwnBackcolor in interface JRChartPlotpublic void setBackcolor(java.awt.Color backcolor)
JRChartPlotsetBackcolor in interface JRChartPlotpublic org.jfree.chart.plot.PlotOrientation getOrientation()
getOrientationValue().getOrientation in interface JRChartPlotpublic PlotOrientationEnum getOrientationValue()
JRChartPlotgetOrientationValue in interface JRChartPlotpublic void setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
setOrientation(PlotOrientationEnum).setOrientation in interface JRChartPlotpublic void setOrientation(PlotOrientationEnum orientation)
JRChartPlotsetOrientation in interface JRChartPlotpublic java.lang.Float getBackgroundAlphaFloat()
JRChartPlotgetBackgroundAlphaFloat in interface JRChartPlotpublic void setBackgroundAlpha(java.lang.Float BackgroundAlpha)
JRChartPlotsetBackgroundAlpha in interface JRChartPlotpublic java.lang.Float getForegroundAlphaFloat()
JRChartPlotgetForegroundAlphaFloat in interface JRChartPlotpublic void setForegroundAlpha(java.lang.Float foregroundAlpha)
JRChartPlotsetForegroundAlpha in interface JRChartPlotpublic java.lang.Double getLabelRotationDouble()
JRCategoryAxisFormat.getCategoryAxisTickLabelRotation().JRChartPlotgetLabelRotationDouble in interface JRChartPlotpublic void setLabelRotation(java.lang.Double labelRotation)
JRCategoryAxisFormat.setCategoryAxisTickLabelRotation(Double).JRChartPlotsetLabelRotation in interface JRChartPlotpublic java.util.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(java.util.Collection<JRChartPlot.JRSeriesColor> colors)
JRChartPlotsetSeriesColors in interface JRChartPlotcolors - the list of series colors (JRChartPlot.JRSeriesColor instances}public void collectExpressions(JRExpressionCollector collector)
collectExpressions in interface JRChartPlotpublic java.lang.Object clone()
clone in interface JRCloneableclone in class java.lang.Objectpublic java.lang.Object clone(JRChart parentChart)
clone in interface JRChartPlot© 2001-2010 Jaspersoft Corporation www.jaspersoft.com