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 SpiderPlot
parent
-
Constructor Summary
Constructors Constructor Description FillSpiderPlot(SpiderPlot spiderPlot, ChartsFillObjectFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Color
getAxisLineColor()
Float
getAxisLineWidth()
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.Double
getHeadPercent()
Double
getInteriorGap()
Color
getLabelColor()
JRFont
getLabelFont()
Double
getLabelGap()
JRExpression
getMaxValueExpression()
SpiderRotationEnum
getRotation()
Double
getStartAngle()
TableOrderEnum
getTableOrder()
Boolean
getWebFilled()
-
-
-
Field Detail
-
parent
protected SpiderPlot parent
-
-
Constructor Detail
-
FillSpiderPlot
public FillSpiderPlot(SpiderPlot spiderPlot, ChartsFillObjectFactory factory)
-
-
Method Detail
-
getLabelFont
public JRFont getLabelFont()
- Specified by:
getLabelFont
in interfaceSpiderPlot
- Returns:
- the labelFont
-
getMaxValueExpression
public JRExpression getMaxValueExpression()
- Specified by:
getMaxValueExpression
in interfaceSpiderPlot
- Returns:
- the maxValueExpression
-
getRotation
public SpiderRotationEnum getRotation()
- Specified by:
getRotation
in interfaceSpiderPlot
- Returns:
- the rotation
-
getTableOrder
public TableOrderEnum getTableOrder()
- Specified by:
getTableOrder
in interfaceSpiderPlot
- Returns:
- the tableOrder
-
getWebFilled
public Boolean getWebFilled()
- Specified by:
getWebFilled
in interfaceSpiderPlot
- Returns:
- the webFilled
-
getStartAngle
public Double getStartAngle()
- Specified by:
getStartAngle
in interfaceSpiderPlot
- Returns:
- the startAngle
-
getHeadPercent
public Double getHeadPercent()
- Specified by:
getHeadPercent
in interfaceSpiderPlot
- Returns:
- the headPercent
-
getInteriorGap
public Double getInteriorGap()
- Specified by:
getInteriorGap
in interfaceSpiderPlot
- Returns:
- the interiorGap
-
getAxisLineColor
public Color getAxisLineColor()
- Specified by:
getAxisLineColor
in interfaceSpiderPlot
- Returns:
- the axisLineColor
-
getAxisLineWidth
public Float getAxisLineWidth()
- Specified by:
getAxisLineWidth
in interfaceSpiderPlot
- Returns:
- the axisLineWidth
-
getLabelGap
public Double getLabelGap()
- Specified by:
getLabelGap
in interfaceSpiderPlot
- Returns:
- the labelGap
-
getLabelColor
public Color getLabelColor()
- Specified by:
getLabelColor
in interfaceSpiderPlot
- Returns:
- the labelColor
-
getBackcolor
public Color getBackcolor()
Description copied from interface:ChartPlot
Gets the chart background color.- Specified by:
getBackcolor
in interfaceChartPlot
-
getBackgroundAlpha
public Float getBackgroundAlpha()
Description copied from interface:ChartPlot
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.- Specified by:
getBackgroundAlpha
in interfaceChartPlot
- Returns:
- a float value between 0 and 1.
-
getForegroundAlpha
public Float getForegroundAlpha()
Description copied from interface:ChartPlot
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.- Specified by:
getForegroundAlpha
in interfaceChartPlot
- Returns:
- a float value between 0 and 1.
-
clone
public Object clone()
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classObject
-
-