| java.lang.Object net.sf.jasperreports.engine.fill.JRFillChartPlot
All known Subclasses: net.sf.jasperreports.charts.fill.JRFillCandlestickPlot, net.sf.jasperreports.charts.fill.JRFillPie3DPlot, net.sf.jasperreports.charts.fill.JRFillScatterPlot, net.sf.jasperreports.charts.fill.JRFillThermometerPlot, net.sf.jasperreports.charts.fill.JRFillTimeSeriesPlot, net.sf.jasperreports.charts.fill.JRFillBarPlot, net.sf.jasperreports.charts.fill.JRFillMeterPlot, net.sf.jasperreports.charts.fill.JRFillAreaPlot, net.sf.jasperreports.charts.fill.JRFillPiePlot, net.sf.jasperreports.charts.fill.JRFillLinePlot, net.sf.jasperreports.charts.fill.JRFillMultiAxisPlot, net.sf.jasperreports.charts.fill.JRFillBar3DPlot, net.sf.jasperreports.charts.fill.JRFillBubblePlot, net.sf.jasperreports.charts.fill.JRFillHighLowPlot,
JRFillChartPlot | public class JRFillChartPlot implements JRChartPlot(Code) | | author: Teodor Danciu (teodord@users.sourceforge.net) version: $Id: JRFillChartPlot.java 1577 2007-02-09 11:25:48Z teodord $ |
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) | | |
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) | | |
setOrientation | public void setOrientation(PlotOrientation orientation)(Code) | | |
|
|