Interface SpiderPlot
- All Superinterfaces:
ChartPlot,Cloneable,JRCloneable,Serializable
- All Known Implementing Classes:
FillSpiderPlot,StandardSpiderPlot
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface net.sf.jasperreports.components.charts.ChartPlot
getBackcolor, getBackgroundAlpha, getForegroundAlphaMethods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
Method Details
-
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()
-