net.sf.jasperreports.components.spiderchart
Interface SpiderPlot

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FillSpiderPlot, StandardSpiderPlot

public interface SpiderPlot
extends java.io.Serializable

Version:
$Id: SpiderPlot.java 3889 2010-07-16 10:52:00Z shertage $
Author:
sanda zaharia (shertage@users.sourceforge.net)

Method Summary
 java.awt.Color getAxisLineColor()
           
 java.lang.Float getAxisLineWidth()
           
 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.
 java.lang.Double getHeadPercent()
           
 java.lang.Double getInteriorGap()
           
 java.awt.Color getLabelColor()
           
 JRFont getLabelFont()
           
 java.lang.Double getLabelGap()
           
 JRExpression getMaxValueExpression()
           
 SpiderRotationEnum getRotation()
           
 java.lang.Double getStartAngle()
           
 TableOrderEnum getTableOrder()
           
 java.lang.Boolean getWebFilled()
           
 

Method Detail

getMaxValueExpression

JRExpression getMaxValueExpression()

getLabelFont

JRFont getLabelFont()

getRotation

SpiderRotationEnum getRotation()

getTableOrder

TableOrderEnum getTableOrder()

getWebFilled

java.lang.Boolean getWebFilled()

getStartAngle

java.lang.Double getStartAngle()

getHeadPercent

java.lang.Double getHeadPercent()

getInteriorGap

java.lang.Double getInteriorGap()

getAxisLineColor

java.awt.Color getAxisLineColor()

getAxisLineWidth

java.lang.Float getAxisLineWidth()

getLabelGap

java.lang.Double getLabelGap()

getLabelColor

java.awt.Color getLabelColor()

getBackcolor

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


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