|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.fill.JRFillChartPlot
Field Summary | |
protected JRChartPlot |
parent
|
Constructor Summary | |
protected |
JRFillChartPlot(JRChartPlot plot,
JRFillObjectFactory factory)
|
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). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected JRChartPlot parent
Constructor Detail |
protected JRFillChartPlot(JRChartPlot plot, JRFillObjectFactory factory)
Method Detail |
public java.awt.Color getBackcolor()
JRChartPlot
getBackcolor
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()
JRChartPlot
getBackgroundAlpha
in interface JRChartPlot
public void setBackgroundAlpha(float BackgroundAlpha)
JRChartPlot
setBackgroundAlpha
in interface JRChartPlot
public float getForegroundAlpha()
JRChartPlot
getForegroundAlpha
in interface JRChartPlot
public void setForegroundAlpha(float foregroundAlpha)
JRChartPlot
setForegroundAlpha
in interface JRChartPlot
public void collectExpressions(JRExpressionCollector collector)
collectExpressions
in interface JRChartPlot
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |