Class FillSpiderPlot
- java.lang.Object
-
- net.sf.jasperreports.components.spiderchart.FillSpiderPlot
-
- All Implemented Interfaces:
Serializable,Cloneable,ChartPlot,SpiderPlot,JRCloneable
public class FillSpiderPlot extends Object implements SpiderPlot
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected SpiderPlotparent
-
Constructor Summary
Constructors Constructor Description FillSpiderPlot(SpiderPlot spiderPlot, JRFillObjectFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()ColorgetAxisLineColor()FloatgetAxisLineWidth()ColorgetBackcolor()Gets the chart background color.FloatgetBackgroundAlpha()Gets the transparency factor for this plot background.FloatgetForegroundAlpha()Gets the transparency factor for this plot foreground.DoublegetHeadPercent()DoublegetInteriorGap()ColorgetLabelColor()JRFontgetLabelFont()DoublegetLabelGap()JRExpressiongetMaxValueExpression()SpiderRotationEnumgetRotation()DoublegetStartAngle()TableOrderEnumgetTableOrder()BooleangetWebFilled()
-
-
-
Field Detail
-
parent
protected SpiderPlot parent
-
-
Constructor Detail
-
FillSpiderPlot
public FillSpiderPlot(SpiderPlot spiderPlot, JRFillObjectFactory factory)
-
-
Method Detail
-
getLabelFont
public JRFont getLabelFont()
- Specified by:
getLabelFontin interfaceSpiderPlot- Returns:
- the labelFont
-
getMaxValueExpression
public JRExpression getMaxValueExpression()
- Specified by:
getMaxValueExpressionin interfaceSpiderPlot- Returns:
- the maxValueExpression
-
getRotation
public SpiderRotationEnum getRotation()
- Specified by:
getRotationin interfaceSpiderPlot- Returns:
- the rotation
-
getTableOrder
public TableOrderEnum getTableOrder()
- Specified by:
getTableOrderin interfaceSpiderPlot- Returns:
- the tableOrder
-
getWebFilled
public Boolean getWebFilled()
- Specified by:
getWebFilledin interfaceSpiderPlot- Returns:
- the webFilled
-
getStartAngle
public Double getStartAngle()
- Specified by:
getStartAnglein interfaceSpiderPlot- Returns:
- the startAngle
-
getHeadPercent
public Double getHeadPercent()
- Specified by:
getHeadPercentin interfaceSpiderPlot- Returns:
- the headPercent
-
getInteriorGap
public Double getInteriorGap()
- Specified by:
getInteriorGapin interfaceSpiderPlot- Returns:
- the interiorGap
-
getAxisLineColor
public Color getAxisLineColor()
- Specified by:
getAxisLineColorin interfaceSpiderPlot- Returns:
- the axisLineColor
-
getAxisLineWidth
public Float getAxisLineWidth()
- Specified by:
getAxisLineWidthin interfaceSpiderPlot- Returns:
- the axisLineWidth
-
getLabelGap
public Double getLabelGap()
- Specified by:
getLabelGapin interfaceSpiderPlot- Returns:
- the labelGap
-
getLabelColor
public Color getLabelColor()
- Specified by:
getLabelColorin interfaceSpiderPlot- Returns:
- the labelColor
-
getBackcolor
public Color getBackcolor()
Description copied from interface:ChartPlotGets the chart background color.- Specified by:
getBackcolorin interfaceChartPlot
-
getBackgroundAlpha
public Float getBackgroundAlpha()
Description copied from interface:ChartPlotGets 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.- Specified by:
getBackgroundAlphain interfaceChartPlot- Returns:
- a float value between 0 and 1.
-
getForegroundAlpha
public Float getForegroundAlpha()
Description copied from interface:ChartPlotGets 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.- Specified by:
getForegroundAlphain interfaceChartPlot- Returns:
- a float value between 0 and 1.
-
clone
public Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
-