Interface SpiderPlot
-
- All Superinterfaces:
ChartPlot,Cloneable,JRCloneable,Serializable
- All Known Implementing Classes:
FillSpiderPlot,StandardSpiderPlot
public interface SpiderPlot extends ChartPlot
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetAxisLineColor()FloatgetAxisLineWidth()DoublegetHeadPercent()DoublegetInteriorGap()ColorgetLabelColor()JRFontgetLabelFont()DoublegetLabelGap()JRExpressiongetMaxValueExpression()SpiderRotationEnumgetRotation()DoublegetStartAngle()TableOrderEnumgetTableOrder()BooleangetWebFilled()-
Methods inherited from interface net.sf.jasperreports.components.charts.ChartPlot
getBackcolor, getBackgroundAlpha, getForegroundAlpha
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Method Detail
-
getMaxValueExpression
JRExpression getMaxValueExpression()
-
getLabelFont
JRFont getLabelFont()
-
getRotation
SpiderRotationEnum getRotation()
-
getTableOrder
TableOrderEnum getTableOrder()
-
getWebFilled
Boolean getWebFilled()
-
getStartAngle
Double getStartAngle()
-
getHeadPercent
Double getHeadPercent()
-
getInteriorGap
Double getInteriorGap()
-
getAxisLineColor
Color getAxisLineColor()
-
getAxisLineWidth
Float getAxisLineWidth()
-
getLabelGap
Double getLabelGap()
-
getLabelColor
Color getLabelColor()
-
-