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 Color
getAxisLineColor()
Float
getAxisLineWidth()
Double
getHeadPercent()
Double
getInteriorGap()
Color
getLabelColor()
JRFont
getLabelFont()
Double
getLabelGap()
JRExpression
getMaxValueExpression()
SpiderRotationEnum
getRotation()
Double
getStartAngle()
TableOrderEnum
getTableOrder()
Boolean
getWebFilled()
-
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()
-
-