| java.lang.Object it.businesslogic.ireport.chart.Plot
All known Subclasses: it.businesslogic.ireport.chart.HighLowPlot, it.businesslogic.ireport.chart.BarPlot, it.businesslogic.ireport.chart.BubblePlot, it.businesslogic.ireport.chart.MultiAxisPlot, it.businesslogic.ireport.chart.TimeSeriesPlot, it.businesslogic.ireport.chart.ThermometerPlot, it.businesslogic.ireport.chart.Pie3DPlot, it.businesslogic.ireport.chart.Bar3DPlot, it.businesslogic.ireport.chart.PiePlot, it.businesslogic.ireport.chart.ScatterPlot, it.businesslogic.ireport.chart.CandlestickPlot, it.businesslogic.ireport.chart.MeterPlot, it.businesslogic.ireport.chart.AreaPlot, it.businesslogic.ireport.chart.LinePlot,
Plot | public class Plot (Code) | | author: Administrator |
Constructor Summary | |
public | Plot() |
Plot | public Plot()(Code) | | Creates a new instance of Plot
|
copyBasePlot | public void copyBasePlot(Plot plot)(Code) | | |
getBackgroundAlpha | public double getBackgroundAlpha()(Code) | | |
getForegroundAlpha | public double getForegroundAlpha()(Code) | | |
getLabelRotation | public double getLabelRotation()(Code) | | |
setBackgroundAlpha | public void setBackgroundAlpha(double backgroundAlpha)(Code) | | |
setForegroundAlpha | public void setForegroundAlpha(double foregroundAlpha)(Code) | | |
setLabelRotation | public void setLabelRotation(double labelRotation)(Code) | | |
setOrientation | public void setOrientation(String orientation)(Code) | | |
|
|