net.sf.jasperreports.components.charts
Interface ChartPlot

All Superinterfaces:
java.lang.Cloneable, JRCloneable, java.io.Serializable
All Known Subinterfaces:
SpiderPlot
All Known Implementing Classes:
FillSpiderPlot, StandardSpiderPlot

public interface ChartPlot
extends java.io.Serializable, JRCloneable

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

Method Summary
 java.awt.Color getBackcolor()
          Gets the chart background color.
 java.lang.Float getBackgroundAlpha()
          Gets the transparency factor for this plot background.
 java.lang.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

java.awt.Color getBackcolor()
Gets the chart background color.


getOrientation

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


getBackgroundAlpha

java.lang.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

java.lang.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.


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com