| java.lang.Object net.sf.jasperreports.engine.base.JRBaseChartPlot
All known Subclasses: net.sf.jasperreports.charts.base.JRBaseAreaPlot, net.sf.jasperreports.charts.base.JRBasePie3DPlot, net.sf.jasperreports.charts.base.JRBaseBarPlot, net.sf.jasperreports.charts.base.JRBaseBubblePlot, net.sf.jasperreports.charts.base.JRBaseThermometerPlot, net.sf.jasperreports.charts.base.JRBaseMultiAxisPlot, net.sf.jasperreports.charts.base.JRBasePiePlot, net.sf.jasperreports.charts.base.JRBaseScatterPlot, net.sf.jasperreports.charts.base.JRBaseMeterPlot, net.sf.jasperreports.charts.base.JRBaseHighLowPlot, net.sf.jasperreports.charts.base.JRBaseCandlestickPlot, net.sf.jasperreports.charts.base.JRBaseLinePlot, net.sf.jasperreports.charts.base.JRBaseBar3DPlot, net.sf.jasperreports.charts.base.JRBaseTimeSeriesPlot,
JRBaseChartPlot | abstract public class JRBaseChartPlot implements JRChartPlot,Serializable(Code) | | author: Teodor Danciu (teodord@users.sourceforge.net) version: $Id: JRBaseChartPlot.java 1577 2007-02-09 11:25:48Z teodord $ |
backgroundAlpha | protected float backgroundAlpha(Code) | | |
foregroundAlpha | protected float foregroundAlpha(Code) | | |
labelRotation | protected double labelRotation(Code) | | |
orientation | protected PlotOrientation orientation(Code) | | |
addSeriesColor | public void addSeriesColor(JRSeriesColor seriesColor)(Code) | | Adds the specified series color to the plot.
|
clearSeriesColors | public void clearSeriesColors()(Code) | | Removes all defined series colors.
|
getBackgroundAlpha | public float getBackgroundAlpha()(Code) | | |
getForegroundAlpha | public float getForegroundAlpha()(Code) | | |
getLabelRotation | public double getLabelRotation()(Code) | | Gets the angle in degrees to rotate the data axis labels. The range is -360 to 360. A positive value angles
the label so it reads downwards wile a negative value angles the label so it reads upwards. Only charts that
use a category based axis (such as line or bar charts) support label rotation.
|
getOrientation | public PlotOrientation getOrientation()(Code) | | |
getSeriesColors | public SortedSet getSeriesColors()(Code) | | Returns a list of all the defined series colors. Every entry in the list is of type JRChartPlot.JRSeriesColor.
If there are no defined series colors this method will return an empty list, not null.
|
setBackcolor | public void setBackcolor(Color backcolor)(Code) | | |
setBackgroundAlpha | public void setBackgroundAlpha(float backgroundAlpha)(Code) | | |
setForegroundAlpha | public void setForegroundAlpha(float foregroundAlpha)(Code) | | |
setLabelRotation | public void setLabelRotation(double labelRotation)(Code) | | Sets the angle in degrees to rotate the data axis labels. The range is -360 to 360. A positive value angles
the label so it reads downwards wile a negative value angles the label so it reads upwards. Only charts that
use a category based axis (such as line or bar charts) support label rotation.
|
setOrientation | public void setOrientation(PlotOrientation orientation)(Code) | | |
|
|