net.sf.dynamicreports.report.base.chart.plot
Class DRSpiderPlot

java.lang.Object
  extended by 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

Constructor Summary
DRSpiderPlot()
           
 
Method Summary
 Color getAxisLineColor()
           
 Float getAxisLineWidth()
           
 Double getHeadPercent()
           
 Double getInteriorGap()
           
 Color getLabelColor()
           
 DRFont getLabelFont()
           
 Double getLabelGap()
           
 DRIExpression<Double> getMaxValueExpression()
           
 SpiderRotation getRotation()
           
 Double getStartAngle()
           
 TableOrder getTableOrder()
           
 Boolean getWebFilled()
           
 void setAxisLineColor(Color axisLineColor)
           
 void setAxisLineWidth(Float axisLineWidth)
           
 void setHeadPercent(Double headPercent)
           
 void setInteriorGap(Double interiorGap)
           
 void setLabelColor(Color labelColor)
           
 void setLabelFont(DRFont labelFont)
           
 void setLabelGap(Double labelGap)
           
 void setMaxValueExpression(DRIExpression<Double> maxValueExpression)
           
 void setRotation(SpiderRotation rotation)
           
 void setStartAngle(Double startAngle)
           
 void setTableOrder(TableOrder tableOrder)
           
 void setWebFilled(Boolean webFilled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRSpiderPlot

public DRSpiderPlot()
Method Detail

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.