|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JRChartPlot
Chart plots define chart appearance and display details such as colors, legend or labels. Each plot may have different characteristics, depending on the chart type it belongs to. This is the superinterface for all plots and contains common properties.
Nested Class Summary | |
---|---|
static interface |
JRChartPlot.JRSeriesColor
|
Method Summary | |
---|---|
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. Replaced by JRCategoryAxisFormat.getCategoryAxisTickLabelRotation() . |
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. Replaced by JRCategoryAxisFormat.setCategoryAxisTickLabelRotation(Double) . |
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. |
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable |
---|
clone |
Method Detail |
---|
JRChart getChart()
java.awt.Color getBackcolor()
java.awt.Color getOwnBackcolor()
void setBackcolor(java.awt.Color backcolor)
org.jfree.chart.plot.PlotOrientation getOrientation()
void setOrientation(org.jfree.chart.plot.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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |