net.sf.jasperreports.components.charts
Interface ChartPlot

All Superinterfaces:
Cloneable, JRCloneable, Serializable
All Known Subinterfaces:
SpiderPlot
All Known Implementing Classes:
FillSpiderPlot, StandardSpiderPlot

public interface ChartPlot
extends Serializable, JRCloneable

Version:
$Id: ChartPlot.java 5180 2012-03-29 13:23:12Z teodord $
Author:
sanda zaharia (shertage@users.sourceforge.net)

Method Summary
 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).
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Method Detail

getBackcolor

Color getBackcolor()
Gets the chart background color.


getOrientation

org.jfree.chart.plot.PlotOrientation getOrientation()
Gets the plot orientation (horizontal or vertical).


getBackgroundAlpha

Float getBackgroundAlpha()
Gets the transparency factor for this plot background. The range is from 0 to 1, where 0 means transparent and 1 opaque. The default is 1.

Returns:
a float value between 0 and 1.

getForegroundAlpha

Float getForegroundAlpha()
Gets the transparency factor for this plot foreground. The range is from 0 to 1, where 0 means transparent and 1 opaque. The default is 1.

Returns:
a float value between 0 and 1.


Copyright © 2012. All Rights Reserved.