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.
|
float |
getBackgroundAlpha()
Deprecated.
Replaced by
getBackgroundAlphaFloat() |
java.lang.Float |
getBackgroundAlphaFloat()
Gets the transparency factor for this plot background.
|
JRChart |
getChart()
Gets the chart associated with this chart plot, if available.
|
float |
getForegroundAlpha()
Deprecated.
Replaced by
getForegroundAlphaFloat() |
java.lang.Float |
getForegroundAlphaFloat()
Gets the transparency factor for this plot foreground.
|
double |
getLabelRotation()
Deprecated.
Replaced by
getLabelRotationDouble() |
java.lang.Double |
getLabelRotationDouble()
Deprecated.
|
org.jfree.chart.plot.PlotOrientation |
getOrientation()
Gets the plot orientation (horizontal or vertical).
|
java.awt.Color |
getOwnBackcolor() |
java.util.SortedSet |
getSeriesColors()
Returns a list of all the defined series colors.
|
void |
setBackcolor(java.awt.Color backcolor)
Sets the chart background color.
|
void |
setBackgroundAlpha(float BackgroundAlpha)
Deprecated.
Replaced by
setBackgroundAlpha(Float) |
void |
setBackgroundAlpha(java.lang.Float BackgroundAlpha)
Sets the transparency factor for this plot background.
|
void |
setForegroundAlpha(float foregroundAlpha)
Deprecated.
Replaced by
setForegroundAlpha(Float) |
void |
setForegroundAlpha(java.lang.Float foregroundAlpha)
Sets the transparency factor for this plot foreground.
|
void |
setLabelRotation(double labelRotation)
Deprecated.
Replaced by
setLabelRotation(Double) |
void |
setLabelRotation(java.lang.Double labelRotation)
Deprecated.
|
void |
setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
Sets the plot orientation (horizontal or vertical).
|
void |
setSeriesColors(java.util.Collection colors)
Set the list of series colors.
|
protected JRChartPlot parent
protected JRChart chart
protected JRFillChartPlot(JRChartPlot plot, JRFillObjectFactory factory)
public JRChart getChart()
JRChartPlot
getChart
in interface JRChartPlot
public java.awt.Color getBackcolor()
JRChartPlot
getBackcolor
in interface JRChartPlot
public java.awt.Color getOwnBackcolor()
getOwnBackcolor
in interface JRChartPlot
public void setBackcolor(java.awt.Color backcolor)
JRChartPlot
setBackcolor
in interface JRChartPlot
public org.jfree.chart.plot.PlotOrientation getOrientation()
JRChartPlot
getOrientation
in interface JRChartPlot
public void setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
JRChartPlot
setOrientation
in interface JRChartPlot
public float getBackgroundAlpha()
getBackgroundAlphaFloat()
getBackgroundAlpha
in interface JRChartPlot
public void setBackgroundAlpha(float BackgroundAlpha)
setBackgroundAlpha(Float)
setBackgroundAlpha
in interface JRChartPlot
public float getForegroundAlpha()
getForegroundAlphaFloat()
getForegroundAlpha
in interface JRChartPlot
public void setForegroundAlpha(float foregroundAlpha)
setForegroundAlpha(Float)
setForegroundAlpha
in interface JRChartPlot
public double getLabelRotation()
getLabelRotationDouble()
getLabelRotation
in interface JRChartPlot
public void setLabelRotation(double labelRotation)
setLabelRotation(Double)
setLabelRotation
in interface JRChartPlot
public java.lang.Float getBackgroundAlphaFloat()
JRChartPlot
getBackgroundAlphaFloat
in interface JRChartPlot
public void setBackgroundAlpha(java.lang.Float BackgroundAlpha)
JRChartPlot
setBackgroundAlpha
in interface JRChartPlot
public java.lang.Float getForegroundAlphaFloat()
JRChartPlot
getForegroundAlphaFloat
in interface JRChartPlot
public void setForegroundAlpha(java.lang.Float foregroundAlpha)
JRChartPlot
setForegroundAlpha
in interface JRChartPlot
public java.lang.Double getLabelRotationDouble()
JRCategoryAxisFormat.getCategoryAxisTickLabelRotation()
.JRChartPlot
getLabelRotationDouble
in interface JRChartPlot
public void setLabelRotation(java.lang.Double labelRotation)
JRCategoryAxisFormat.setCategoryAxisTickLabelRotation(Double)
.JRChartPlot
setLabelRotation
in interface JRChartPlot
public java.util.SortedSet getSeriesColors()
getSeriesColors
in interface JRChartPlot
public void clearSeriesColors()
clearSeriesColors
in interface JRChartPlot
public void addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
addSeriesColor
in interface JRChartPlot
public void setSeriesColors(java.util.Collection colors)
JRChartPlot
setSeriesColors
in interface JRChartPlot
colors
- the list of series colors (JRChartPlot.JRSeriesColor
instances}public void collectExpressions(JRExpressionCollector collector)
collectExpressions
in interface JRChartPlot
public java.lang.Object clone()
clone
in interface JRCloneable
clone
in class java.lang.Object
public java.lang.Object clone(JRChart parentChart)
clone
in interface JRChartPlot
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com