|
||||||||||
| 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.
| Method Summary | |
|---|---|
void |
collectExpressions(JRExpressionCollector collector)
|
java.awt.Color |
getBackcolor()
Gets the chart background color. |
float |
getBackgroundAlpha()
Gets the transparency factor for this plot background. |
float |
getForegroundAlpha()
Gets the transparency factor for this plot foreground. |
org.jfree.chart.plot.PlotOrientation |
getOrientation()
Gets the plot orientation (horizontal or vertical). |
void |
setBackcolor(java.awt.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 |
setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
Sets the plot orientation (horizontal or vertical). |
| Method Detail |
|---|
java.awt.Color getBackcolor()
void setBackcolor(java.awt.Color backcolor)
org.jfree.chart.plot.PlotOrientation getOrientation()
void setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
float getBackgroundAlpha()
void setBackgroundAlpha(float backgroundAlpha)
float getForegroundAlpha()
void setForegroundAlpha(float foregroundAlpha)
void collectExpressions(JRExpressionCollector collector)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||