Class FillSpiderPlot
java.lang.Object
net.sf.jasperreports.components.spiderchart.FillSpiderPlot
- All Implemented Interfaces:
Serializable,Cloneable,ChartPlot,SpiderPlot,JRCloneable
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart background color.Gets the transparency factor for this plot background.Gets the transparency factor for this plot foreground.
-
Field Details
-
parent
-
-
Constructor Details
-
FillSpiderPlot
-
-
Method Details
-
getLabelFont
- Specified by:
getLabelFontin interfaceSpiderPlot- Returns:
- the labelFont
-
getMaxValueExpression
- Specified by:
getMaxValueExpressionin interfaceSpiderPlot- Returns:
- the maxValueExpression
-
getRotation
- Specified by:
getRotationin interfaceSpiderPlot- Returns:
- the rotation
-
getTableOrder
- Specified by:
getTableOrderin interfaceSpiderPlot- Returns:
- the tableOrder
-
getWebFilled
- Specified by:
getWebFilledin interfaceSpiderPlot- Returns:
- the webFilled
-
getStartAngle
- Specified by:
getStartAnglein interfaceSpiderPlot- Returns:
- the startAngle
-
getHeadPercent
- Specified by:
getHeadPercentin interfaceSpiderPlot- Returns:
- the headPercent
-
getInteriorGap
- Specified by:
getInteriorGapin interfaceSpiderPlot- Returns:
- the interiorGap
-
getAxisLineColor
- Specified by:
getAxisLineColorin interfaceSpiderPlot- Returns:
- the axisLineColor
-
getAxisLineWidth
- Specified by:
getAxisLineWidthin interfaceSpiderPlot- Returns:
- the axisLineWidth
-
getLabelGap
- Specified by:
getLabelGapin interfaceSpiderPlot- Returns:
- the labelGap
-
getLabelColor
- Specified by:
getLabelColorin interfaceSpiderPlot- Returns:
- the labelColor
-
getBackcolor
Description copied from interface:ChartPlotGets the chart background color.- Specified by:
getBackcolorin interfaceChartPlot
-
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
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
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-