Class FillSpiderPlot
- java.lang.Object
-
- net.sf.jasperreports.components.spiderchart.FillSpiderPlot
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,ChartPlot,SpiderPlot,JRCloneable
public class FillSpiderPlot extends java.lang.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 java.lang.Objectclone()java.awt.ColorgetAxisLineColor()java.lang.FloatgetAxisLineWidth()java.awt.ColorgetBackcolor()Gets the chart background color.java.lang.FloatgetBackgroundAlpha()Gets the transparency factor for this plot background.java.lang.FloatgetForegroundAlpha()Gets the transparency factor for this plot foreground.java.lang.DoublegetHeadPercent()java.lang.DoublegetInteriorGap()java.awt.ColorgetLabelColor()JRFontgetLabelFont()java.lang.DoublegetLabelGap()JRExpressiongetMaxValueExpression()SpiderRotationEnumgetRotation()java.lang.DoublegetStartAngle()TableOrderEnumgetTableOrder()java.lang.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 java.lang.Boolean getWebFilled()
- Specified by:
getWebFilledin interfaceSpiderPlot- Returns:
- the webFilled
-
getStartAngle
public java.lang.Double getStartAngle()
- Specified by:
getStartAnglein interfaceSpiderPlot- Returns:
- the startAngle
-
getHeadPercent
public java.lang.Double getHeadPercent()
- Specified by:
getHeadPercentin interfaceSpiderPlot- Returns:
- the headPercent
-
getInteriorGap
public java.lang.Double getInteriorGap()
- Specified by:
getInteriorGapin interfaceSpiderPlot- Returns:
- the interiorGap
-
getAxisLineColor
public java.awt.Color getAxisLineColor()
- Specified by:
getAxisLineColorin interfaceSpiderPlot- Returns:
- the axisLineColor
-
getAxisLineWidth
public java.lang.Float getAxisLineWidth()
- Specified by:
getAxisLineWidthin interfaceSpiderPlot- Returns:
- the axisLineWidth
-
getLabelGap
public java.lang.Double getLabelGap()
- Specified by:
getLabelGapin interfaceSpiderPlot- Returns:
- the labelGap
-
getLabelColor
public java.awt.Color getLabelColor()
- Specified by:
getLabelColorin interfaceSpiderPlot- Returns:
- the labelColor
-
getBackcolor
public java.awt.Color getBackcolor()
Description copied from interface:ChartPlotGets the chart background color.- Specified by:
getBackcolorin interfaceChartPlot
-
getBackgroundAlpha
public java.lang.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 java.lang.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 java.lang.Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classjava.lang.Object
-
-