|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.base.JRBaseChartPlot
public abstract class JRBaseChartPlot
Nested Class Summary | |
---|---|
static class |
JRBaseChartPlot.JRBaseSeriesColor
|
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot |
---|
JRChartPlot.JRSeriesColor |
Field Summary | |
---|---|
protected java.awt.Color |
backcolor
|
protected float |
backgroundAlpha
|
protected float |
foregroundAlpha
|
protected double |
labelRotation
|
protected org.jfree.chart.plot.PlotOrientation |
orientation
|
protected java.util.SortedSet |
seriesColors
|
Constructor Summary | |
---|---|
protected |
JRBaseChartPlot(JRChartPlot plot)
|
protected |
JRBaseChartPlot(JRChartPlot plot,
JRBaseObjectFactory factory)
|
Method Summary | |
---|---|
void |
addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
Adds the specified series color to the plot. |
void |
clearSeriesColors()
Removes all defined series colors. |
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. |
double |
getLabelRotation()
Gets the angle in degrees to rotate the data axis labels. |
org.jfree.chart.plot.PlotOrientation |
getOrientation()
Gets the plot orientation (horizontal or vertical). |
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)
Sets the transparency factor for this plot background. |
void |
setForegroundAlpha(float foregroundAlpha)
Sets the transparency factor for this plot foreground. |
void |
setLabelRotation(double labelRotation)
Sets the angle in degrees to rotate the data axis labels. |
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 |
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
---|
collectExpressions |
Field Detail |
---|
protected java.awt.Color backcolor
protected org.jfree.chart.plot.PlotOrientation orientation
protected float backgroundAlpha
protected float foregroundAlpha
protected double labelRotation
protected java.util.SortedSet seriesColors
Constructor Detail |
---|
protected JRBaseChartPlot(JRChartPlot plot)
protected JRBaseChartPlot(JRChartPlot plot, JRBaseObjectFactory 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 double getLabelRotation()
getLabelRotation
in interface JRChartPlot
public void setLabelRotation(double labelRotation)
setLabelRotation
in interface JRChartPlot
public java.util.SortedSet getSeriesColors()
getSeriesColors
in interface JRChartPlot
public void clearSeriesColors()
clearSeriesColors
in interface JRChartPlot
public void addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
addSeriesColor
in interface JRChartPlot
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |