net.sf.dynamicreports.report.base.chart.plot
Class DRSpiderPlot
java.lang.Object
net.sf.dynamicreports.report.base.chart.plot.DRSpiderPlot
- All Implemented Interfaces:
- Serializable, DRIPlot, DRISpiderPlot
public class DRSpiderPlot
- extends Object
- implements DRISpiderPlot
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRSpiderPlot
public DRSpiderPlot()
getMaxValueExpression
public DRIExpression<Double> getMaxValueExpression()
- Specified by:
getMaxValueExpression
in interface DRISpiderPlot
setMaxValueExpression
public void setMaxValueExpression(DRIExpression<Double> maxValueExpression)
getRotation
public SpiderRotation getRotation()
- Specified by:
getRotation
in interface DRISpiderPlot
setRotation
public void setRotation(SpiderRotation rotation)
getTableOrder
public TableOrder getTableOrder()
- Specified by:
getTableOrder
in interface DRISpiderPlot
setTableOrder
public void setTableOrder(TableOrder tableOrder)
getWebFilled
public Boolean getWebFilled()
- Specified by:
getWebFilled
in interface DRISpiderPlot
setWebFilled
public void setWebFilled(Boolean webFilled)
getStartAngle
public Double getStartAngle()
- Specified by:
getStartAngle
in interface DRISpiderPlot
setStartAngle
public void setStartAngle(Double startAngle)
getHeadPercent
public Double getHeadPercent()
- Specified by:
getHeadPercent
in interface DRISpiderPlot
setHeadPercent
public void setHeadPercent(Double headPercent)
getInteriorGap
public Double getInteriorGap()
- Specified by:
getInteriorGap
in interface DRISpiderPlot
setInteriorGap
public void setInteriorGap(Double interiorGap)
getAxisLineColor
public Color getAxisLineColor()
- Specified by:
getAxisLineColor
in interface DRISpiderPlot
setAxisLineColor
public void setAxisLineColor(Color axisLineColor)
getAxisLineWidth
public Float getAxisLineWidth()
- Specified by:
getAxisLineWidth
in interface DRISpiderPlot
setAxisLineWidth
public void setAxisLineWidth(Float axisLineWidth)
getLabelFont
public DRFont getLabelFont()
- Specified by:
getLabelFont
in interface DRISpiderPlot
setLabelFont
public void setLabelFont(DRFont labelFont)
getLabelGap
public Double getLabelGap()
- Specified by:
getLabelGap
in interface DRISpiderPlot
setLabelGap
public void setLabelGap(Double labelGap)
getLabelColor
public Color getLabelColor()
- Specified by:
getLabelColor
in interface DRISpiderPlot
setLabelColor
public void setLabelColor(Color labelColor)
Copyright © 2010-2014. All Rights Reserved.