net.sf.jasperreports.components.spiderchart
Class FillSpiderPlot

java.lang.Object
  extended by net.sf.jasperreports.components.spiderchart.FillSpiderPlot
All Implemented Interfaces:
Serializable, Cloneable, ChartPlot, SpiderPlot, JRCloneable

public class FillSpiderPlot
extends Object
implements SpiderPlot

Version:
$Id: FillSpiderPlot.java 4595 2011-09-08 15:55:10Z teodord $
Author:
sanda zaharia (shertage@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
protected  SpiderPlot parent
           
 
Constructor Summary
FillSpiderPlot(SpiderPlot spiderPlot, JRFillObjectFactory factory)
           
 
Method Summary
 Object clone()
           
 Color getAxisLineColor()
           
 Float getAxisLineWidth()
           
 Color getBackcolor()
          Gets the chart background color.
 Float getBackgroundAlpha()
          Gets the transparency factor for this plot background.
 Float getForegroundAlpha()
          Gets the transparency factor for this plot foreground.
 Double getHeadPercent()
           
 Double getInteriorGap()
           
 Color getLabelColor()
           
 JRFont getLabelFont()
           
 Double getLabelGap()
           
 JRExpression getMaxValueExpression()
           
 org.jfree.chart.plot.PlotOrientation getOrientation()
          Gets the plot orientation (horizontal or vertical).
 SpiderRotationEnum getRotation()
           
 Double getStartAngle()
           
 TableOrderEnum getTableOrder()
           
 Boolean getWebFilled()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected SpiderPlot parent
Constructor Detail

FillSpiderPlot

public FillSpiderPlot(SpiderPlot spiderPlot,
                      JRFillObjectFactory factory)
Method Detail

getLabelFont

public JRFont getLabelFont()
Specified by:
getLabelFont in interface SpiderPlot
Returns:
the labelFont

getMaxValueExpression

public JRExpression getMaxValueExpression()
Specified by:
getMaxValueExpression in interface SpiderPlot
Returns:
the maxValueExpression

getRotation

public SpiderRotationEnum getRotation()
Specified by:
getRotation in interface SpiderPlot
Returns:
the rotation

getTableOrder

public TableOrderEnum getTableOrder()
Specified by:
getTableOrder in interface SpiderPlot
Returns:
the tableOrder

getWebFilled

public Boolean getWebFilled()
Specified by:
getWebFilled in interface SpiderPlot
Returns:
the webFilled

getStartAngle

public Double getStartAngle()
Specified by:
getStartAngle in interface SpiderPlot
Returns:
the startAngle

getHeadPercent

public Double getHeadPercent()
Specified by:
getHeadPercent in interface SpiderPlot
Returns:
the headPercent

getInteriorGap

public Double getInteriorGap()
Specified by:
getInteriorGap in interface SpiderPlot
Returns:
the interiorGap

getAxisLineColor

public Color getAxisLineColor()
Specified by:
getAxisLineColor in interface SpiderPlot
Returns:
the axisLineColor

getAxisLineWidth

public Float getAxisLineWidth()
Specified by:
getAxisLineWidth in interface SpiderPlot
Returns:
the axisLineWidth

getLabelGap

public Double getLabelGap()
Specified by:
getLabelGap in interface SpiderPlot
Returns:
the labelGap

getLabelColor

public Color getLabelColor()
Specified by:
getLabelColor in interface SpiderPlot
Returns:
the labelColor

getBackcolor

public Color getBackcolor()
Description copied from interface: ChartPlot
Gets the chart background color.

Specified by:
getBackcolor in interface ChartPlot

getBackgroundAlpha

public Float getBackgroundAlpha()
Description copied from interface: ChartPlot
Gets the transparency factor for this plot background. The range is from 0 to 1, where 0 means transparent and 1 opaque. The default is 1.

Specified by:
getBackgroundAlpha in interface ChartPlot
Returns:
a float value between 0 and 1.

getForegroundAlpha

public Float getForegroundAlpha()
Description copied from interface: ChartPlot
Gets the transparency factor for this plot foreground. The range is from 0 to 1, where 0 means transparent and 1 opaque. The default is 1.

Specified by:
getForegroundAlpha in interface ChartPlot
Returns:
a float value between 0 and 1.

getOrientation

public org.jfree.chart.plot.PlotOrientation getOrientation()
Description copied from interface: ChartPlot
Gets the plot orientation (horizontal or vertical).

Specified by:
getOrientation in interface ChartPlot

clone

public Object clone()
Specified by:
clone in interface JRCloneable
Overrides:
clone in class Object


Copyright © 2012. All Rights Reserved.