public interface JRChartPlot extends JRCloneable
Modifier and Type | Interface and Description |
---|---|
static interface |
JRChartPlot.JRSeriesColor |
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(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.
|
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(PlotOrientation orientation)
Sets the plot orientation (horizontal or vertical).
|
void |
setSeriesColors(java.util.Collection colors)
Set the list of series colors.
|
clone
JRChart getChart()
java.awt.Color getBackcolor()
java.awt.Color getOwnBackcolor()
void setBackcolor(java.awt.Color backcolor)
PlotOrientation getOrientation()
void setOrientation(PlotOrientation orientation)
float getBackgroundAlpha()
getBackgroundAlphaFloat()
void setBackgroundAlpha(float backgroundAlpha)
setBackgroundAlpha(Float)
float getForegroundAlpha()
getForegroundAlphaFloat()
void setForegroundAlpha(float foregroundAlpha)
setForegroundAlpha(Float)
double getLabelRotation()
getLabelRotationDouble()
void setLabelRotation(double labelRotation)
setLabelRotation(Double)
java.lang.Float getBackgroundAlphaFloat()
void setBackgroundAlpha(java.lang.Float backgroundAlpha)
java.lang.Float getForegroundAlphaFloat()
void setForegroundAlpha(java.lang.Float foregroundAlpha)
java.lang.Double getLabelRotationDouble()
JRCategoryAxisFormat.getCategoryAxisTickLabelRotation()
.void setLabelRotation(java.lang.Double labelRotation)
JRCategoryAxisFormat.setCategoryAxisTickLabelRotation(Double)
.java.util.SortedSet getSeriesColors()
void clearSeriesColors()
void addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
void setSeriesColors(java.util.Collection colors)
colors
- the list of series colors (JRChartPlot.JRSeriesColor
instances}void collectExpressions(JRExpressionCollector collector)
java.lang.Object clone(JRChart parentChart)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com