|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.awt.Color getBackcolor()
public void setBackcolor(java.awt.Color backcolor)
public org.jfree.chart.plot.PlotOrientation getOrientation()
public void setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
public float getBackgroundAlpha()
public void setBackgroundAlpha(float backgroundAlpha)
public float getForegroundAlpha()
public void setForegroundAlpha(float foregroundAlpha)
public void collectExpressions(JRExpressionCollector collector)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |