net.sf.dynamicreports.design.base.chart.plot
Class DRDesignSpiderPlot

java.lang.Object
  extended by net.sf.dynamicreports.design.base.chart.plot.DRDesignSpiderPlot
All Implemented Interfaces:
DRIDesignPlot, DRIDesignSpiderPlot

public class DRDesignSpiderPlot
extends Object
implements DRIDesignSpiderPlot

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
DRDesignSpiderPlot()
           
 
Method Summary
 Color getAxisLineColor()
           
 Float getAxisLineWidth()
           
 Double getHeadPercent()
           
 Double getInteriorGap()
           
 Color getLabelColor()
           
 DRIDesignFont getLabelFont()
           
 Double getLabelGap()
           
 DRIDesignExpression 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(DRIDesignFont labelFont)
           
 void setLabelGap(Double labelGap)
           
 void setMaxValueExpression(DRIDesignExpression 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

DRDesignSpiderPlot

public DRDesignSpiderPlot()
Method Detail

getMaxValueExpression

public DRIDesignExpression getMaxValueExpression()
Specified by:
getMaxValueExpression in interface DRIDesignSpiderPlot

setMaxValueExpression

public void setMaxValueExpression(DRIDesignExpression maxValueExpression)

getRotation

public SpiderRotation getRotation()
Specified by:
getRotation in interface DRIDesignSpiderPlot

setRotation

public void setRotation(SpiderRotation rotation)

getTableOrder

public TableOrder getTableOrder()
Specified by:
getTableOrder in interface DRIDesignSpiderPlot

setTableOrder

public void setTableOrder(TableOrder tableOrder)

getWebFilled

public Boolean getWebFilled()
Specified by:
getWebFilled in interface DRIDesignSpiderPlot

setWebFilled

public void setWebFilled(Boolean webFilled)

getStartAngle

public Double getStartAngle()
Specified by:
getStartAngle in interface DRIDesignSpiderPlot

setStartAngle

public void setStartAngle(Double startAngle)

getHeadPercent

public Double getHeadPercent()
Specified by:
getHeadPercent in interface DRIDesignSpiderPlot

setHeadPercent

public void setHeadPercent(Double headPercent)

getInteriorGap

public Double getInteriorGap()
Specified by:
getInteriorGap in interface DRIDesignSpiderPlot

setInteriorGap

public void setInteriorGap(Double interiorGap)

getAxisLineColor

public Color getAxisLineColor()
Specified by:
getAxisLineColor in interface DRIDesignSpiderPlot

setAxisLineColor

public void setAxisLineColor(Color axisLineColor)

getAxisLineWidth

public Float getAxisLineWidth()
Specified by:
getAxisLineWidth in interface DRIDesignSpiderPlot

setAxisLineWidth

public void setAxisLineWidth(Float axisLineWidth)

getLabelFont

public DRIDesignFont getLabelFont()
Specified by:
getLabelFont in interface DRIDesignSpiderPlot

setLabelFont

public void setLabelFont(DRIDesignFont labelFont)

getLabelGap

public Double getLabelGap()
Specified by:
getLabelGap in interface DRIDesignSpiderPlot

setLabelGap

public void setLabelGap(Double labelGap)

getLabelColor

public Color getLabelColor()
Specified by:
getLabelColor in interface DRIDesignSpiderPlot

setLabelColor

public void setLabelColor(Color labelColor)


Copyright © 2010-2014. All Rights Reserved.